Skip to content

Machine Learning algorithms for binary classification written in Python in a Kaggle kernel

Notifications You must be signed in to change notification settings

Sahir1234/kaggle-data-classification

Repository files navigation

Kaggle Binary Classification Challenge

As part of a data classification challenge, I wrote two different machine learning algorithms in the files Method1.py and Method2.py. The first method is a simple logistic regression algorithm, while method two uses a k-nearest neighbors classifier. The point of the challenge was to look at consumer demographic data and payment history and predict whether they would pay their bills next month. Both of my algorithms yielded an approximately 80% accuracy when submitted to the challenge.

All data was provided by Kaggle.

About

Machine Learning algorithms for binary classification written in Python in a Kaggle kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages