Skip to content

aless80/PredictWages_EnsembleMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PredictingWages_EnsembleMethods

Python implementation of a case study in Module 2 of the MITProfessionalX course "Data Science: Data to insights".

The case study is: "Module 2 Case Study - Regression and prediction". This case study is about using ensemble methods in R on wages data.

Points of interest

Use different prediction methods (linear model, lasso, cross-validated lasso, random forest, Ridge, cross-validated Ridge, Elastic net, cross-validated Elastic net) and combine them using Ensemble method. Refer to sklearn.


Project description

Our goals are:

  1. Predict wages using various characteristics of workers.

  2. Assess the predictive performance of different methods (linear model, lasso, cross-validated lasso, random forest, Ridge, cross-validated Ridge, Elastic net, cross-validated Elastic net) and combine them using Ensemble method.

The data

Data is from the March Supplement of the U.S. Current Population Survey, year 2012.

The notebook

Linear Regression.ipynb


About

Python implementation of a case study of the MITProfessionalX course "Data Science: Data to insights"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published