Skip to content

Analysis of Streaming dataset with different attributes of a Customer to find whether they are eligible for a loan.

Notifications You must be signed in to change notification settings

durga256/LoanEligibilty_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LoanEligibilty_ML

Analysis of Streaming dataset with different attributes of a Customer to find whether they are eligible for a loan.

This analysis is from data presented in Kaggle: Loan Eligibility Prediction

This project analyses a streaming dataset of Customers. The Machine Learning algorithm then decides if they are eligible for a loan or not. Classification algorithms applied include:

  • No-change Classifier
  • Majority Class Classifier
  • Hoeffding Trees
  • SAM-KNN
  • Hoeffding Adaptive Trees(HAT)
  • Adaptive Random Forest(ARF)
  • Leverage bagging
The accuracies of the above algorithms on the dataset is shown below

PerformanceGraphLoanEligibility

As expected the No-change classifier being very basic one delivers poor performance. The HAT delivers the best performance on this dataset

About

Analysis of Streaming dataset with different attributes of a Customer to find whether they are eligible for a loan.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published