interpretml / DiCE

Generate Diverse Counterfactual Explanations for any machine learning model.
https://interpretml.github.io/DiCE/
MIT License
1.37k stars 190 forks source link

Is it possible to include the `DiCE` package under `conda` ? #163

Open msank00 opened 3 years ago

msank00 commented 3 years ago

Hi Team,

Thanks for this wonderful package. Is it possible to onboard this package in conda ? We are trying to use the counterfactual explanation generation in one of our explainable project. But the data science development platform only installs package from conda. Will it be possible or is there any upcoming plan already?

Thanks

gaugup commented 3 years ago

Hi @msank00,

Thanks for trying out the package. There are no plans as yet. Creating a conda package would require our dependencies to be also installable via conda and have validations around conda package. Hence, it would require some effort. dice-ml should be installable via pip in the conda env. Could your team give a try with that?

Regards,