lynklody / Loan-Default-Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loan-Default-Prediction


Before you start, click to download the data set (both training set and test set) from the source website or download it from Google Drive instead.

The project is implemented with Jupyter Notebook with Python v3.7.

This is part of group project in a group of 5. I implemented the Naive Bayes model from scratch to make predictions on the probabilities of loan default based on past users personal and financial data. Although the accurarcy for Naive Bayes model is not as good as other models suggested for this type of problem, for the sake of practice, the project is developed with the help of some Python packages like scikit learn and numpy. The use of package pandas and other advanced packages was intentionally refrained.



Made by Wendy with ❤️

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%