0.21.2 - 2024-07-08¶
This release makes Polars an optional dependency instead of a required one.
cluster¶
- Added
ODAC
(Online Divisive-Agglomerative Clustering) for clustering time series.
forest¶
- 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).