csinva / imodels

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

Missing import in README #144

Closed davidefiocco closed 1 year ago

davidefiocco commented 1 year ago

In the README file example use of the library, the model used is a HSTreeRegressorCV and that requires an import in https://github.com/csinva/imodels/blob/a86d13bbd695376b65a415d56abe753ecbfa034b/readme.md?plain=1#L31

so that it can be used in

https://github.com/csinva/imodels/blob/a86d13bbd695376b65a415d56abe753ecbfa034b/readme.md?plain=1#L39

That should be fixed in https://github.com/csinva/imodels/pull/143.

csinva commented 1 year ago

Thanks for this fix!