Skip to content

annisap/ensemble-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Supervised Prediction Model for Bank Loan Provision

This project is an example of a data science task workflow. Specifically, it makes use of many Python libraries which you can find below and the three supervised classification models of Logistic Regression, Decision Trees and Random Forests. The question asked is the following:

"Use the Machine Learning Workflow to process and transform the Mortgage Loan dataset to create a prediction model. This model must predict which people are likely to be approved for a mortage loan with 75% or greater accuracy."

The project was a good learning exercise for me, and hopefully, is a good reference for you.

Dataset Used

Loan Prediction : This data set corresponds to a set of anonymized financial transactions associated with loan provision and individual data. There are nearly 1000 observations and 12 features. Each observation is independent from the previous.

Learning Material:

Explore and describe the dataset

Transform and cleanse the dataset

Select accuracy metrics

Build a supervised a model

Requirements

To run the project, it is required that the following are installed in your system:

If anaconda is installed, you do not have to install python and the packages since they are already included in anaconda packages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published