v0.11.1
v0.11.1
Fixed
- Fixed two bugs with the saving/loading of drift detector
preprocess_fn
's (#752):- When
preprocess_fn
was a custom Python function wrapped in a partial, kwarg's were not serialized. This has now been fixed. - When saving drift detector
preprocess_fn
's, the filenames for kwargs saved to.dill
files are now prepended with the kwarg name. This avoids files being overwritten if multiple kwargs are saved to.dill
.
- When