csinva / imodels

Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
https://csinva.io/imodels
MIT License
1.36k stars 121 forks source link

Add conda-forge package #58

Open candalfigomoro opened 2 years ago

candalfigomoro commented 2 years ago

In addition to the pypi package, please add a conda-forge package (https://conda-forge.org).

You can easily create a boilerplate conda recipe with grayskull (starting from the pypi package): https://github.com/conda-incubator/grayskull

csinva commented 2 years ago

Following up, I tried setting this up on conda, but it seems that some of our dependencies (e.g. mlxtend) are not currently available on conda, so may be difficult to add this support until those packages are updated.

candalfigomoro commented 2 years ago

@csinva mlxtend is there: https://anaconda.org/conda-forge/mlxtend I think the missing one is "corels"

candalfigomoro commented 2 years ago

I opened an issue for corels: https://github.com/corels/pycorels/issues/20