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

Fix for missing feature names #69

Closed teakfi closed 2 years ago

teakfi commented 2 years ago

Feature names goes missing as it was not pushed forward on the recursive fit loop.

csinva commented 2 years ago

Thanks for the fix, looks good!