This goal of this project is to build machine learning models that will predict whether income exceeds $50K/yr based on census data. The Data set contains information about age, gender, occupation, education, workclass of people from US. We have created different machine learning models to predict whether a salary of a person is greater than $50K or not. Also the notebook includes EDA and Preprocessing.
- Python3.
- Jupyter notebook.
- Python Libraries. 3.1. Numpy 3.2. Pandas 3.3. Sklearn 3.4. Matplotlib 3.5. Seaborn
If anconda is installed on your machine you don't have to worry about it. But if not then you can install it with pip
$ pip install <packgename>