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

support RandomForestClassifier in RuleFitClassifier? #111

Closed JSONG006 closed 2 years ago

csinva commented 2 years ago

Hi @JSONG006, thanks for your interest in this package :)

I've just added support for RandomForestClassifier in RuleFitClassifier (here]). Will be included in the next release!

Best, Chandan