Open
Description
-
Consider changing the visibility of predictor from public to private, and update the documentation examples. Instead of using the
explainer.predictor
, use directly the originalpredictor
. -
The predictor is set to
None
when saving:
Lines 101 to 106 in af1b351
-
Specify that in order to change the predictor,
reset_predictor
should be called.