Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jalajthanaki/credit-risk-modelling

Credit Risk analysis by using Python and ML
https://github.com/jalajthanaki/credit-risk-modelling

credit-risk machine-learning numpy pandas python scikit-learn scipy

Last synced: 16 days ago
JSON representation

Credit Risk analysis by using Python and ML

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 2.7
* pandas
* numpy
* scipy
* scikit-learn
* matplotlib
* seaborn
* jupyter notebook

## Installation Commands
I'm working on Linux OS (Ubuntu 16.04 LTS) so command for installating all dependancies are given below.

```bash

Pandas: $ sudo pip install pandas
numpy: $ sudo pip install numpy
scipy: $ sudo pip install scipy
scikit-learn: $ sudo pip install -U scikit-learn
matplotlib:
$ sudo apt-get install libfreetype6-dev libpng-dev
$ sudo pip install matplotlib
seaborn: $ sudo pip install seaborn
jupyter notebook: $ sudo apt-get -y install ipython ipython-notebook
$ sudo -H pip install jupyter

```