Skip to content

Create a machine learning model using logistic regression that can predict credit card approvals from the described dataset.

License

Notifications You must be signed in to change notification settings

AIprototype/LogisticRegression-CreditApproval-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogisticRegression-CreditApproval-Python

Create a machine learning model using logistic regression that can predict credit card approvals from the described dataset.

The linear model is then expanded using polynomial regression and the accuracies obtained are examined using confusion matrices and precision-recall curves.