Code Monkey home page Code Monkey logo

data-mining-project's Introduction

Census_Bureau_Income_Classification

This project requires to explore supervised learning algorithms on a real world data-set, and write a report explaining our experimental results.

1 Introduction :- This project requires you to explore supervised learning algorithms on a real world dataset, and write a report explaining your experimental results. I used python to implement this project, the only requirement is that our program be able to interpret the data format specified below, and be able to classify instances and produce interesting statistics such as accuracy, false positive rate, false negative rate, etc.

2 Algorithm :- Our algorithm should be based on the supervised learning algorithms - LR, KNN, DT, SVM, NB, RF. Usually a straight forward implementation of one method will not lead to satisfactory performance. Our algorithm can be a combination of methods and should incorporate one or more data mining techniques when the situation arises. These techniques include (and certainly not limited to): Handling imbalanced dataset Proper imputation methods for missing values Different treatment of various type of features: continuous, discrete, categorical, etc.

3 Data :- You'll be examining the behavior of your classification algorithm on a dataset from the UCI ma-chine learning lab. The dataset is represented in a standard format, consisting of 3 files. The first file, census-income.names, describes the categories and features of the dataset. It also has some empirical results for your reference. The other two files are census-income.data and census-income.test, containing the actual data instances, formatted at one instance per line. The data we will be examining was extracted from the census bureau database. Each instance contains an individual's educational, demographic and family information. Prediction task is to determine whether a person makes over 50K a year. We will use census-income.data to train our classifier and use census-income.test to evaluate the performance of our learning algorithm.

data-mining-project's People

Contributors

rohini2505 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.