Skip to content

Commit 34e61a8

Browse files
committed
Add reference to blogpost introducing skorecard
1 parent d93dbc0 commit 34e61a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
Scorecards are ‘traditional’ models used by banks in the credit decision process. Internally, scorecards are Logistic Regression models that make use of features that are binned into different groups. The process of binning is usually done manually by experts, and `skorecard` provides tools to makes this process easier. `skorecard` is built on top of [scikit-learn](https://pypi.org/project/scikit-learn/) as well as other excellent open source projects like [optbinning](https://pypi.org/project/optbinning/), [dash](https://pypi.org/project/dash/) and [plotly](https://pypi.org/project/plotly/).
1919

20+
:point_right: Read the [blogpost introducing skorecard](https://timvink.nl/introducing-skorecard/)
21+
2022
## Features ⭐
2123

2224
- Automate bucketing of features inside scikit-learn pipelines.

0 commit comments

Comments
 (0)