An open API service indexing awesome lists of open source software.

https://github.com/itdxer/adult-dataset-analysis

👥 ➡️ 💰 Analysis and classification model for the adult dataset
https://github.com/itdxer/adult-dataset-analysis

adult-dataset analysis binary-classification classification

Last synced: about 1 month ago
JSON representation

👥 ➡️ 💰 Analysis and classification model for the adult dataset

Awesome Lists containing this project

README

        

# Analysis and Classification of the Adult dataset

## Abstract

Predict whether income exceeds $50K/yr based on census data. Also known as "Adult" dataset.

Data from: http://mlr.cs.umass.edu/ml/datasets/Census+Income

## Overview

Analysis and classification was done in two different notebooks.

1. [Data Analysis](https://github.com/itdxer/adult-dataset-analysis/blob/master/Data%20analysis.ipynb)

2. [Classification](https://github.com/itdxer/adult-dataset-analysis/blob/master/Classification.ipynb)

## Software

All the analysis was done using python 3.6 and all the external libraries and their versions can be found in the requirements.txt file.