We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f3369b + 4ae7551 commit 5942665Copy full SHA for 5942665
doc/whats_new.rst
@@ -85,6 +85,9 @@ Changelog
85
API changes summary
86
-------------------
87
88
+ - :class:`covariance.EllipticEnvelop` is now deprecated - Please use :class:`covariance.EllipticEnvelope`
89
+ instead.
90
+
91
- `NeighborsClassifier` and `NeighborsRegressor` are gone in the module
92
:ref:`neighbors`. Use the classes :class:`KNeighborsClassifier`,
93
:class:`RadiusNeighborsClassifier`, :class:`KNeighborsRegressor`
@@ -1092,3 +1095,5 @@ of commits):
1092
1095
.. _Robert Layton: http://www.twitter.com/robertlayton
1093
1096
1094
1097
.. _Scott White: http://twitter.com/scottblanc
1098
1099
+.. _Jaques Grobler: https://github.com/jaquesgrobler/scikit-learn/wiki/Jaques-Grobler
0 commit comments