File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ Changelog
44Unreleased
55----------
66
7+ - Fix bug with random initialization of KMedoids [`#129 <https://github.com/scikit-learn-contrib/scikit-learn-extra/pull/129 >`_].
8+ - `KMedoids ` supports array-like init method [`#137 <https://github.com/scikit-learn-contrib/scikit-learn-extra/pull/137 >`_].
79- Add a stopping criterion and parameter tuning heuristic for Huber robust mean
810 estimator.
911- Add `CLARA ` (Clustering for Large Applications) which extends k-medoids to
1012 be more scalable using a sampling approach.
1113 [`#83 <https://github.com/scikit-learn-contrib/scikit-learn-extra/pull/83 >`_].
1214- Fix `_estimator_type ` for :class: `~sklearn_extra.robust ` estimators. Fix
1315 misbehavior of scikit-learn's :class: `~sklearn.model_selection.cross_val_score ` and
14- :class: `~sklearn.grid_search.GridSearchCV ` for :class: `~sklearn_extra.robust.RobustWeightedClassifier `
16+ :class: `~sklearn.grid_search.GridSearchCV ` for :class: `~sklearn_extra.robust.RobustWeightedClassifier `.
1517
1618Version 0.2.0
1719-------------
You can’t perform that action at this time.
0 commit comments