An open API service indexing awesome lists of open source software.

https://github.com/prakhar-ff13/credit-risk-modelling

Machine Learning Case Study on Credit Loans.
https://github.com/prakhar-ff13/credit-risk-modelling

data-analysis data-science data-visualization jupyter-notebook machine-learning machine-learning-algorithms python3

Last synced: 6 months ago
JSON representation

Machine Learning Case Study on Credit Loans.

Awesome Lists containing this project

README

          

# Credit Risk Modelling

We are building ML model which can help us in order get an idea, whether a person will be doing any default activity for his loan in next 2 year.

## Dependency Libraries

* Python 3.x
* pandas
* numpy
* scipy
* scikit-learn
* matplotlib
* seaborn
* jupyter notebook

## Installation Commands

#### If using pip ->
```bash

Pandas: - pip install pandas
numpy: - pip install numpy
scipy: - pip install scipy
scikit-learn: - pip install scikit-learn
matplotlib: - pip install matplotlib
seaborn: - pip install seaborn
jupyter notebook: - pip install jupyter

```
#### If using anaconda ->
```bash
Pandas: - conda install pandas
numpy: - conda install numpy
scipy: - conda install scipy
scikit-learn: - conda install scikit-learn
matplotlib: - conda install matplotlib
seaborn: - conda install seaborn
jupyter notebook: - conda install jupyter
```

### Dataset obtained from - https://github.com/jalajthanaki/credit-risk-modelling/tree/master/data