v0.9.1
v0.9.1 (2023-03-13)
This is a patch release fixing several bugs.
Fixed
- Replace deprecated usage of
np.object
in the codebase which was causing errors withnumpy>=1.24
(#872, #890). - Fix a bug/typo in
cfrl_base.py
of thetensorflow
backend (#891). - Correctly handle calls to
.reset_predictor
forKernelShap
andTreeShap
explainers (#880). - Update saving of
KernelShap
to avoid saving the internal_explainer
object (#881).