File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,28 @@ API changes summary
30300.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
3456Changelog
3557---------
You can’t perform that action at this time.
0 commit comments