Skip to content

ECO 395M: Data Mining and Statistical Learning

Notifications You must be signed in to change notification settings

Yangxi-Yu/ECO395M-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECO 395M: Data Mining and Statistical Learning

Welcome to the Spring 2022 edition of ECO 395M, a course on data mining and statistical learning for students in the Master's program in Economics at UT-Austin. All course materials can be found through this GitHub page. Please see the course syllabus for details about:

  • expectations
  • assignments and grading
  • readings
  • other important administrative information

The exercises will be posted here as they are assigned throughout the semester.

Office hours

Dates and times TBA.

Topics outline

I assume that you start the semester with a basic understanding of R and data visualization, at the level of Lessons 1-5 of Data Science in R: A Gentle Introduction. This material was covered in ECO 394D, and although we'll review some of these skills in the course of learning new stuff, it's expected that you're familiar with these lessons from day 1.

The data scientist's toolbox

Slides here.

Topics: Good data-curation and data-analysis practices; R; Markdown and RMarkdown; the importance of replicable analyses; version control with Git and Github. Visualization and data workflow.

Resources to learn Github and RMarkdown:

Jeff Leek's guide to sharing data is a great resource.

Data wrangling

For introductory material on data wrangling, we'll rely on Lesson 6 of DSGI. Please read and practice this material thoroughly; we'll practice more class, working through a series of examples.

If you'd like even more review and practice with R, then I'd suggest working your way through Chapters 1-4 of Statistical Inference via Data Science: A ModernDive into R and the Tidyverse, by Ismay and Kim. This is roughly at the same level as our main reference.

A more advanced and much more comprehensive guide can be found in R for Data Science, by Wickham and Grolemund.

For material in class, please download the following data sets and example R script:

Basic concepts in statistical learning

Slides here.

Reading: Chapters 1-2 of "Introduction to Statistical Learning."

In class:

Linear models

Slides here.

Reading: Chapter 3 of "Introduction to Statistical Learning."

In class:

Classification

Slides here.

Reading: Chapter 4 of "Introduction to Statistical Learning."

In class:

Model selection and regularization

Slides here.

Reading: chapter 6 of Introduction to Statistical Learning.

In-class:

Trees

Slides here.

Reading: Chapter 8 of Introduction to Statistical Learning.

The pdp package for partial dependence plots from nonparametric regression models.

Unsupervised learning: clustering

Slides here.
Reading: chapter 10.3 of Introduction to Statistical Learning.

In class:

Unsupervised learning: PCA

Reading: rest of chapter 10 of Introduction to Statistical Learning.

Slides on PCA here.

Text

Slides on text.

Unsupervised learning: networks and association rules

Intro slides on networks.

Further slides on networks.

Slides on association rules here.

Miscellaneous:

Treatments

A bit on treatment-effect estimation.

Resampling methods (CV, bootstrap)

Slides here.

In class:

About

ECO 395M: Data Mining and Statistical Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.7%
  • JavaScript 22.1%
  • R 1.1%
  • TeX 0.1%