Skip to content

Keris/creditscoring

Repository files navigation

creditscoring

CircleCI

creditscoring is a Python package built as a credit scoring toolkit.

Supports
Latest Release latest release
Package Status latest release
License license

Installation

Requirements

To use creditscoring the following packages are required:

  • pandas >= 0.20.1
  • numpy >= 0.7.0
  • matplotlib >= 1.1
  • seaborn >= 0.8.0
  • scipy >= 0.10.0
  • scikit-learn >= 0.18

Development and testing additionally require:

  • pytest
  • coverage
  • flake8
  • twine

Install latest release version via pip

pip install credit-scoring-toolkit

Install latest development version

pip install git+https://github.com/Keris/creditscoring.git

or

git clone https://github.com/Keris/creditscoring.git
python setup.py install