This release makes Polars an optional dependency instead of a required one.
- Added
ODAC
(Online Divisive-Agglomerative Clustering) for clustering time series.
- Fix error in
forest.ARFClassifer
andforest.ARFRegressor
where the algorithms would crash in case the number of features available for learning went below the value of themax_features
parameter (#1560).