Learn practical skills, build real-world projects, and advance your career

Yearly income in the US in 1994

The dataset to be studied in this project belongs to the 1994 census data of the United States. It contains continuous and nominal attributes, describing some social information
(age, race, sex, marital status, ...) about the citizens registered. The task is to predict whether the citizens income exceeds fifty thousand dollars a year, so its a binary classification task.

!pip install jovian scikit-learn --upgrade --quiet
|████████████████████████████████| 22.3 MB 1.6 MB/s
!pip install numpy pandas matplotlib seaborn plotly --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="us-census-1994")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/viquiriglos/us-census-1994