Closed jckkvs closed 11 months ago
Thanks for all this hard work! Could you resolve the conflicts with master before I merge it in?
Sorry for the late reply. I will fix it in a while
I have checked the conflicts. However, this conflicts is an important change that allows you to print (estimator) even before fitting the estimator.
@csinva
Sorry for being late. I have resolved the conflict.
Are the tests passing for you?
self.estimator = estimator
in figs.py
. test_print.py
and test_fit_estimators.py
still fail.Sorry for the delayed response. Indeed, many tests are not passing. I am currently reviewing the source code bit by bit
Add tests ,test_fit_estimators.py & test_print.py
I have made corrections to the incorrect part in the previous pull request.