Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 489 Bytes

Income-Predictor

The project deals with using Machine Learning on Census Income dataset to predict if income is above or below $50K per annum.

Set up

  1. Use the following command (virtual environment is prefered) to install all dependencies:
    pip install -r requirements.txt
    

Run

  1. Run the jupyter notebook using the following command:
    jupyter notebook
    
  2. From the newly opened browser tab, select the ML_June_Major.ipynb notebook and run it.