Skip to content

Commit 8705e6d

Browse files
committed
DOC added highlights to whatsnew
1 parent 3187886 commit 8705e6d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/whats_new.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,28 @@ API changes summary
3030
0.16
3131
====
3232

33+
Highlights
34+
-----------
35+
36+
- Speed improvements (notably in class:`clustering.DBSCAN`), reduced memory
37+
requirements, bug-fixes and better default settings.
38+
39+
- Multinomial Logistic regression and a path algorithm in
40+
:class:`linear_model.LogisticRegressionCV`.
41+
42+
- Out-of core learning of PCA via :class:`decomposition.IncrementalPCA`.
43+
44+
- Probability callibration of classifiers using
45+
:class:`calibration.CalibratedClassifierCV`.
46+
47+
- :class:`clustering.Birch` clustering method for large-scale datasets.
48+
49+
- Scalable approximate nearest neighbors search with Locality-sensitive
50+
hashing forests in :class:`neighbors.LSHForest`.
51+
52+
- Improved error messages and better validation when using malformed input data.
53+
54+
- More robust integration with pandas dataframes.
3355

3456
Changelog
3557
---------

0 commit comments

Comments
 (0)