Skip to content

Commit 58c2a54

Browse files
news in changelog (#155)
1 parent 0a1d0a1 commit 58c2a54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ Changelog
44
Unreleased
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

1618
Version 0.2.0
1719
-------------

0 commit comments

Comments
 (0)