The project deals with using Machine Learning on Census Income dataset to predict if income is above or below $50K per annum.
- Use the following command (virtual environment is prefered) to install all dependencies:
pip install -r requirements.txt
- Run the jupyter notebook using the following command:
jupyter notebook
- From the newly opened browser tab, select the
ML_June_Major.ipynb
notebook and run it.