Skip to content

Comparison of all the famous supervised learning algorithms on the bank churn dataset with python and scikit learn

Notifications You must be signed in to change notification settings

piyushchaudhari04/SupervisedLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supervised Learning

This Project has the implmentation of the supervised learning algorithms and they are

  1. Decision Trees
  2. Artificial Neural Networks
  3. K-nearest Neighbours
  4. Support Vector Machines
  5. Boosting/bagging

The supervised learning algorithms are being implemented on the Bank Churn dataset which has the records of the customers of the bank which have stayed or exited the bank. The data is of 6 months time period.

The code does all the hyperparameter tuning for all the learning algorithms to get the best accuracy. The code can be used to study in detail about the behaviour of all the algorithms and which learning algorithm can be better for which type of dataset. The comparisional study gives a lot of insight of the learning algorithms.

About

Comparison of all the famous supervised learning algorithms on the bank churn dataset with python and scikit learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages