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
4
4
Unreleased
5
5
----------
6
6
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 >`_].
7
9
- Add a stopping criterion and parameter tuning heuristic for Huber robust mean
8
10
estimator.
9
11
- Add `CLARA ` (Clustering for Large Applications) which extends k-medoids to
10
12
be more scalable using a sampling approach.
11
13
[`#83 <https://github.com/scikit-learn-contrib/scikit-learn-extra/pull/83 >`_].
12
14
- Fix `_estimator_type ` for :class: `~sklearn_extra.robust ` estimators. Fix
13
15
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 `.
15
17
16
18
Version 0.2.0
17
19
-------------
You can’t perform that action at this time.
0 commit comments