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
434 stars 98 forks source link

Possible to upgrade the dependency? #302

Closed skwskwskwskw closed 3 months ago

skwskwskwskw commented 4 months ago

image

Hi, here's the warning when I try to run it in current Kaggle kernel. Possible to have the dependency upgraded?

guillermo-navas-palencia commented 3 months ago

Hi @skwskwskwskw.

The requirements are clear not upper constrained: https://github.com/guillermo-navas-palencia/optbinning/blob/master/requirements.txt#L3. I think ortools version 9.4.1874 is the last version supporting Python 3.6 (not sure what Python version you are using). However, you can always upgrade ortools separately.