You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepKernel is allowed without the kernel_b component, giving a kernel consisting of only a deep kernel component (kernel_a).
Documentation layout refreshed, and a new "Background to drift detection" added.
Fixed
Model fetching methods now correctly handle nested filepaths.
For backward compatibility, fetch and load methods now attept to fetch/load dill files, but fall back to pickle files.
Prevent dill from extending pickle dispatch table. This prevents undesirable behaviour if using pickle/joblib without dill imported later on (see #326).
For consistency between save_detector and load_detector, fetch_detector will no longer append detector_name to filepath.