Eco 6380 Predictive Analytics For Economists Spring 2014

Slides:



Advertisements
Similar presentations
Eco 5385 Predictive Analytics For Economists Spring 2014
Advertisements

Eco 5385 Predictive Analytics For Economists Spring 2014 Professor Tom Fomby Director, Richard B. Johnson Center for Economic Studies Department of Economics.
Chapter Outline 3.1 Introduction
A Quick Overview By Munir Winkel. What do you know about: 1) decision trees 2) random forests? How could they be used?
Prepared by Diane Tanner University of North Florida Chapter 10 1 Cost Estimation.
Chapter 17 Overview of Multivariate Analysis Methods
Multivariate Methods Pattern Recognition and Hypothesis Testing.
Linear Regression Models Based on Chapter 3 of Hastie, Tibshirani and Friedman Slides by David Madigan.
Discriminant Analysis Similar to Regression, except that criterion (or dependent variable) is categorical rather than continuous. -used to identify boundaries.
Dimension Reduction and Feature Selection Craig A. Struble, Ph.D. Department of Mathematics, Statistics, and Computer Science Marquette University.
1 Nearest Neighbor Learning Greg Grudic (Notes borrowed from Thomas G. Dietterich and Tom Mitchell) Intro AI.
CSE 300: Software Reliability Engineering Topics covered: Software metrics and software reliability Software complexity and software quality.
7/6/2015 Orthogonal Functions Chapter /6/2015 Orthogonal Functions Chapter 7 2.
Forecasting Outside the Range of the Explanatory Variable: Chapter
CAS Predictive Modeling Seminar Evaluating Predictive Models Glenn Meyers ISO Innovative Analytics October 5, 2006.
Business Research Methods William G. Zikmund Chapter 24 Multivariate Analysis.
Presented By Wanchen Lu 2/25/2013
Chapter 3 Data Exploration and Dimension Reduction 1.
Machine Learning CSE 681 CH2 - Supervised Learning.
Business Research Methods William G. Zikmund Chapter 24 Multivariate Analysis.
Zhangxi Lin ISQS Texas Tech University Note: Most slides are from Decision Tree Modeling by SAS Lecture Notes 5 Auxiliary Uses of Trees.
Jeff Howbert Introduction to Machine Learning Winter Regression Linear Regression.
Multiple Linear Regression. Purpose To analyze the relationship between a single dependent variable and several independent variables.
Classification Course web page: vision.cis.udel.edu/~cv May 12, 2003  Lecture 33.
Mathematics of PCR and CCA Simon Mason Seasonal Forecasting Using the Climate Predictability Tool Bangkok, Thailand, 12 – 16 January.
APPLICATION OF DATAMINING TOOL FOR CLASSIFICATION OF ORGANIZATIONAL CHANGE EXPECTATION Şule ÖZMEN Serra YURTKORU Beril SİPAHİ.
Syllabus. We covered Regression in Applied Stats. We will review Regression and cover Time Series and Principle Components Analysis. Reference Book.
Principal Component Analysis Machine Learning. Last Time Expectation Maximization in Graphical Models – Baum Welch.
Chapter 16 Social Statistics. Chapter Outline The Origins of the Elaboration Model The Elaboration Paradigm Elaboration and Ex Post Facto Hypothesizing.
Eco 6380 Predictive Analytics For Economists Spring 2016 Professor Tom Fomby Department of Economics SMU.
Principle Components Analysis A method for data reduction.
Factor Analysis Basics. Why Factor? Combine similar variables into more meaningful factors. Reduce the number of variables dramatically while retaining.
Eco 6380 Predictive Analytics For Economists Spring 2016 Professor Tom Fomby Department of Economics SMU.
Chapter 8 Systems of Linear Equations in Two Variables Section 8.3.
RECITATION 4 MAY 23 DPMM Splines with multiple predictors Classification and regression trees.
 Insight – extracting conceptually appealing information from data  Exposition – displaying the decision tree results in a form to communicate insight.
Eco 6380 Predictive Analytics For Economists Spring 2016 Professor Tom Fomby Department of Economics SMU.
Eco 6380 Predictive Analytics For Economists Spring 2016 Professor Tom Fomby Department of Economics SMU.
Eco 6380 Predictive Analytics For Economists Spring 2016 Professor Tom Fomby Department of Economics SMU.
DATA ANALYSIS AND MODEL BUILDING LECTURE 9 Prof. Roland Craigwell Department of Economics University of the West Indies Cave Hill Campus and Rebecca Gookool.
Eco 6380 Predictive Analytics For Economists Spring 2016 Professor Tom Fomby Department of Economics SMU.
G2 Crop CIS meeting Ispra, May 14 – 15, 2012 Presented by: Institute of Geodesy and Cartography.
LECTURE 15: PARTIAL LEAST SQUARES AND DEALING WITH HIGH DIMENSIONS March 23, 2016 SDS 293 Machine Learning.
Machine Learning Supervised Learning Classification and Regression K-Nearest Neighbor Classification Fisher’s Criteria & Linear Discriminant Analysis Perceptron:
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Eco 6380 Predictive Analytics For Economists Spring 2016
Lecture 3: Linear Regression (with One Variable)
Chapter 6 Orthogonal projection
Factor analysis Advanced Quantitative Research Methods
Chapter Six Normal Curves and Sampling Probability Distributions
Principal Components Analysis
Overview of Supervised Learning
Employee Turnover: Data Analysis and Exploration
Eco 6380 Predictive Analytics For Economists Spring 2016
Measuring latent variables
Eco 6380 Predictive Analytics For Economists Spring 2016
Measuring latent variables
Eco 6380 Predictive Analytics For Economists Spring 2016
Measuring latent variables
Linear Model Selection and regularization
Multiple Linear Regression
Stat 324 – Day 25 Penalized Regression.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Multidimensional Space,
Seasonal Forecasting Using the Climate Predictability Tool
Cost behaviour, cost drivers and cost estimation
Principal Component Analysis
Measuring latent variables
Chapter 4 –Dimension Reduction
Presentation transcript:

Eco 6380 Predictive Analytics For Economists Spring 2014 Professor Tom Fomby Department of Economics SMU

Presentation 18 Principal Components Analysis Chapter 4 in SPB

Principal Components as a Dimension Reduction Technique In PPT3 we talked about Variable Importance Measures and how they could be used to reduce the number of variables under consideration for predictive analytics problems for the purpose of building more parsimonious models that produce more accurate prediction or classification results. We also discussed the use of subset selection methods in MLR, the building of parsimonious trees, and the use of LASSO regression for picking important explanatory variables for building more accurate prediction and classification models. The Principal Components method is another method by which one can build a parsimonious input space for determining more accurate predictors and classifiers. The Principal Components method creates orthogonal indices (called Principal Components) of the original data and then chooses a subset of them as explanatory variables (inputs) for prediction or classification. For a full description of the Principal Components approach to input space reduction see the pdf file ”Math Notation for PCA.pdf.”

Classroom Exercise: Exercise 14