8000 MAINT deprecate fit_ovr, fit_ovo, fit_ecoc, predict_ovr, predict_ovo,… · scikit-learn/scikit-learn@0807e19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0807e19

Browse files
arjolyogrisel
authored andcommitted
MAINT deprecate fit_ovr, fit_ovo, fit_ecoc, predict_ovr, predict_ovo, predict_ecoc and predict_proba_ovr
1 parent ce0484f commit 0807e19

File tree

4 files changed

+243
-155
lines changed

4 files changed

+243
-155
lines changed

doc/modules/classes.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -897,17 +897,6 @@ Pairwise metrics
897897
multiclass.OneVsOneClassifier
898898
multiclass.OutputCodeClassifier
899899

900-
.. autosummary::
901-
:toctree: generated
902-
:template: function.rst
903-
904-
multiclass.fit_ovr
905-
multiclass.predict_ovr
906-
multiclass.fit_ovo
907-
multiclass.predict_ovo
908-
multiclass.fit_ecoc
909-
multiclass.predict_ecoc
910-
911900
.. _naive_bayes_ref:
912901

913902
:mod:`sklearn.naive_bayes`: Naive Bayes

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ API changes summary
4141
meta-estimators don't convert pandas DataFrames into arrays any more,
4242
allowing DataFrame specific operations in custom estimators.
4343

44+
- :func:`multiclass.fit_ovr`, :func:`multiclass.predict_ovr`,
45+
:func:`predict_proba_ovr`,
46+
:func:`multiclass.fit_ovo`, :func:`multiclass.predict_ovo`,
47+
:func:`multiclass.fit_ecoc` and :func:`multiclass.predict_ecoc`
48+
are deprecated. Use the underlying estimators instead.
4449

4550
.. _changes_0_15:
4651

0 commit comments

Comments
 (0)
0