Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem

This is regression problem based on real-world data. The data is from the United States Census.(Data was imputed with random NA values to emphasize on feature selection and data cleaning methods.)

Task was to predict the yearly income from wages (in dollars) of a person in the United States, based on other features of the person.

To run the program:

  1. Put the code file i.e. wage_pred.py , census_train.csv and census_test.csv in the same folder.
  2. Run the code file from terminal using command 'python wage_pred.py'.
  3. At the end of run, test_outputs.csv will be stored in the same folder.

Program is written in python 3.6.

About

A data cleaning and feature selection project

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages