guillermo-navas-palencia / optbinning

Optimal binning: monotonic binning with constraints. Support batch & stream optimal binning. Scorecard modelling and counterfactual explanations.
http://gnpalencia.org/optbinning/
Apache License 2.0
435 stars 98 forks source link

Can use Different classification algorithm for scorecard development ? #241

Closed aadhil96 closed 1 year ago

aadhil96 commented 1 year ago

Can use Different classification algorithm for scorecard development rather than logistic regression ?

guillermo-navas-palencia commented 1 year ago

Hi @aadhil96,

You can use any estimator returning a coefficient for each variable. For continuous target, you can use linear regression, for instance.