Skip to content
Snippets Groups Projects
Commit 0f4208b0 authored by Andreas Mueller's avatar Andreas Mueller
Browse files

DOC added some more API changes to whatsnew

parent e35b3e52
Branches
Tags
No related merge requests found
...@@ -130,6 +130,17 @@ API changes summary ...@@ -130,6 +130,17 @@ API changes summary
:meth:`ensemble.GradientBoostingClassifier.staged_predict_proba`, and :meth:`ensemble.GradientBoostingClassifier.staged_predict_proba`, and
:meth:`ensemble.GradientBoostingClassifier.staged_predict`. :meth:`ensemble.GradientBoostingClassifier.staged_predict`.
- :class:`svm.sparse.SVC` and other sparse SVM classes are now deprecated.
The all classes in the :ref:`svm` module now automatically select the
sparse or dense representation base on the input.
- All clustering algorithm now interpret the array ``X`` given to ``fit`` as
input data, in particular :class:`cluster.SpectralClustering` and
:class:`cluster.AffinityPropagation` which previously expected affinity matrices.
- For clustering algorithms that take the desired number of clusters as a parameter,
this parameter is now called ``n_clusters``.
.. _changes_0_11: .. _changes_0_11:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment