creditscoring is a Python package built as a credit scoring toolkit.
| Supports |
|
| Latest Release |
|
| Package Status |
|
| License |
|
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
pip install credit-scoring-toolkitpip install git+https://github.com/Keris/creditscoring.gitor
git clone https://github.com/Keris/creditscoring.git
python setup.py install