csinva / imodels

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

Follow up #184 - print(estimator) #187

Closed jckkvs closed 11 months ago

jckkvs commented 1 year ago

Add tests ,test_fit_estimators.py & test_print.py

I have made corrections to the incorrect part in the previous pull request.

csinva commented 1 year ago

Thanks for all this hard work! Could you resolve the conflicts with master before I merge it in?

jckkvs commented 1 year ago

Sorry for the late reply. I will fix it in a while

jckkvs commented 1 year ago

I have checked the conflicts. However, this conflicts is an important change that allows you to print (estimator) even before fitting the estimator.

jckkvs commented 1 year ago

@csinva

Sorry for being late. I have resolved the conflict.

csinva commented 1 year ago

Are the tests passing for you?

jckkvs commented 1 year ago

Sorry for the delayed response. Indeed, many tests are not passing. I am currently reviewing the source code bit by bit