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
Fixed LearningShapelets with variable length timeseries (#352)
The shapelets module now depends on Keras3+ and the underlying backend can be selected through the KERAS_BACKEND environment variable. Defaults to the first found installed backend among torch, tensorflow and jax (in that order).
Removed
Support for Python versions 3.8 and 3.9 is dropped
Added
per_timeseries and per_feature options for min-max and mean-variance scalers (#536)
TimeSeriesImputerclass: missing value imputer for time series (#564)