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
452 stars 100 forks source link

Anaconda package support #253

Open Sclafus opened 1 year ago

Sclafus commented 1 year ago

Hello, thanks for this library! I have been wandering if conda support is in the roadmap. Since this is very useful in data analysis, it would make sense to have a conda package.'

guillermo-navas-palencia commented 1 year ago

Help is more than welcome for Anaconda support.

alexliap commented 11 months ago

Hello, in order to contribute a package to conda you have to follow those instructions https://conda-forge.org/docs/maintainer/adding_pkgs.html#creating-recipes. When following those instructions i found that all the dependencies will have to be registered to conda (as you can see from the log below).

Run requirements:

${\color{red }RED: Missing packages}$ ${\color{green} GREEN: Packages available on conda-forge}$

So the 1st step is for someone to publish ropwr to conda.