All Projects → jalajthanaki → Credit Risk Modelling

jalajthanaki / Credit Risk Modelling

Credit Risk analysis by using Python and ML

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Credit Risk Modelling

Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-61.54%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-67.03%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Pymc Example Project
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-16.48%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+1028.57%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+24128.57%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+8650.55%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+56.04%)
Mutual labels:  jupyter-notebook, pandas, numpy, scipy
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (+117.58%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (+74.73%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+3363.74%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+318.68%)
Mutual labels:  jupyter-notebook, pandas, numpy, scipy
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+1501.1%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+35059.34%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+2314.29%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, numpy
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (+131.87%)
Mutual labels:  numpy, scikit-learn, pandas, scipy
Dask
Parallel computing with task scheduling
Stars: ✭ 9,309 (+10129.67%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Data Science Portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 559 (+514.29%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn
Notes Python
中文 Python 笔记
Stars: ✭ 6,127 (+6632.97%)
Mutual labels:  jupyter-notebook, numpy, scipy
Disease Prediction From Symptoms
Disease Prediction based on Symptoms.
Stars: ✭ 70 (-23.08%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn

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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].