Adult Income Prediction
Dataset: https://www.kaggle.com/wenruliu/adult-income-dataset
Fields: The dataset contains 16 columns Target filed: Income -- The income is divide into two classes: <=50K and >50K Number of attributes: 14 -- These are the demographics and other features to describe a person
This model is deigned to predict income level based on the individual’s personal information
Logistic Regression is a Machine Learning algorithm which is used for the classification problems, it is a predictive analysis algorithm and based on the concept of probability.
The dependent variable is binary in nature having data coded as either 1 (stands for success/yes) or 0 (stands for failure/no).