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 550.16
66====
77
8+ Highlights
9+ -----------
10+
11+ - Speed improvements (notably in class:`clustering.DBSCAN `), reduced memory
12+ requirements, bug-fixes and better default settings.
13+
14+ - Multinomial Logistic regression and a path algorithm in
15+ :class: `linear_model.LogisticRegressionCV `.
16+
17+ - Out-of core learning of PCA via :class: `decomposition.IncrementalPCA `.
18+
19+ - Probability callibration of classifiers using
20+ :class: `calibration.CalibratedClassifierCV `.
21+
22+ - :class: `clustering.Birch ` clustering method for large-scale datasets.
23+
24+ - Scalable approximate nearest neighbors search with Locality-sensitive
25+ hashing forests in :class: `neighbors.LSHForest `.
26+
27+ - Improved error messages and better validation when using malformed input data.
28+
29+ - More robust integration with pandas dataframes.
830
931Changelog
1032---------
You can’t perform that action at this time.
0 commit comments