LGMLOct 23, 2018

A Statistical Approach to Adult Census Income Level Prediction

arXiv:1810.10076v131 citations
Originality Synthesis-oriented
AI Analysis

This work addresses income inequality prediction for policymakers and researchers, but it is incremental as it applies an existing method to a known dataset.

The study tackled income level prediction using the UCI Adult Dataset to classify whether a person's yearly income is above or below $50K, achieving an accuracy of 88.16% with a Gradient Boosting Classifier, which surpassed previous benchmarks.

The prominent inequality of wealth and income is a huge concern especially in the United States. The likelihood of diminishing poverty is one valid reason to reduce the world's surging level of economic inequality. The principle of universal moral equality ensures sustainable development and improve the economic stability of a nation. Governments in different countries have been trying their best to address this problem and provide an optimal solution. This study aims to show the usage of machine learning and data mining techniques in providing a solution to the income equality problem. The UCI Adult Dataset has been used for the purpose. Classification has been done to predict whether a person's yearly income in US falls in the income category of either greater than 50K Dollars or less equal to 50K Dollars category based on a certain set of attributes. The Gradient Boosting Classifier Model was deployed which clocked the highest accuracy of 88.16%, eventually breaking the benchmark accuracy of existing works.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes