Skip to content

DavidVillero/ML_Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

NOTE: If you are unable to set up the environment to run the training material, please use the Binder link above to build a stand alone container. This will allow you to go through the notebooks. However, this should not be used for active development! Also, I would recomend forking this repo if you intent to use the Binder launch link.

Data Science Training Exercise

This repo contains a series of jupyter notebooks with documented data model example from start to end.

Installation

Clone this repository: git clone https://github.com/DavidVillero/ML_Exercise.git

  1. In windows, I recomend to Install a console emulator:
    http://cmder.net/
    download the full version. The full version will include git as well as your typical unix command tools.
    cd ML_Exercise
  2. to install environment: conda env create -f environment.yml
  3. to activate enviroment: activate rapid
  4. install Jupyter Notebbok: pip install notebook
  5. run jupyter notebook server: jupyter notebook

The problem at hand:

Financial institutions often like to perfrom risk analysis on outstanding loans, and they typically do so by categorizing the individuals that might default on their loans. In this exercise, we want to create a model that predicts when an institution or individual will default on their loan.

Folder structure options and naming conventions for software projects

Top-level directory layout

.
├── Cleaning_Data.ipynb          # notebook
├── LOAN_DEFAULT_MODELS.ipynb          # notebook
├── environment.yml             # Conda env for this training
└── README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published