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.
1 parent 956975a commit 35b1d39Copy full SHA for 35b1d39
doc/whats_new.rst
@@ -195,6 +195,11 @@ API changes summary
195
:class:`decomposition.MiniBatchDictionaryLearning` and
196
:class:`decomposition.MiniBatchSparsePCA` for consistency.
197
198
+ - :class:`svm.SVC` and :class:`svm.NuSVC` now provide a ``classes_``
199
+ attribute and support arbitrary dtypes for labels ``y``.
200
+ Also, the dtype returned by ``predict`` now reflects the dtype of
201
+ ``y`` during ``fit`` (used to be ``np.float``).
202
+
203
.. _changes_0_12.1:
204
205
0.12.1
0 commit comments