Skip to content

With the help of Logistic Regression, Support Vector Machine and K-Nearest Neighbors models you can predict a person's income that it will be below or above 50K.

Notifications You must be signed in to change notification settings

d4rthm4ul/ML-Classification-LogReg-SupVecMach-KNN

Repository files navigation

This is an intermediate level script about how to build and evaluate Logistic Regression, Support Vector Machine and K-Nearest Neighbors models on a dirty Income Evaluation data. By checking this script, you can learn how to clean and explore a data, how to implement accuracy score, understand basics of building classification Machine Learning models. Do not be shy to fork and make contribute.