scikit-learn/examples/miscellaneous
Thomas J. Fan 057b82ed18
API Deprecates plot_partial_dependence (#20959)
* API Deprecates plot_partial_dependence

* DOC Adds whats new

* DOC Fixes doc build errors

* CLN Removes feature warning

* CLN Address comments

* DOC Fix docstrings

* TST Skip future warning tests

* DOC Adjust docstrings

* REV Reduce diff

* DOC Adds docstring
2021-09-09 14:25:59 +02:00
..
README.txt DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
plot_anomaly_comparison.py [MRG] Linear One-Class SVM using SGD implementation (#10027) 2021-03-23 10:53:57 +01:00
plot_changed_only_pprint_parameter.py DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
plot_display_object_visualization.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
plot_isotonic_regression.py [MRG] Expose interpolation thresholds as public fitted attribute of IsotonicRegression (#16289) 2020-06-25 21:16:43 +02:00
plot_johnson_lindenstrauss_bound.py DOC Fix docstring in examples (#18251) 2020-08-26 10:07:02 +02:00
plot_kernel_approximation.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
plot_kernel_ridge_regression.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_multilabel.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
plot_multioutput_face_completion.py DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
plot_partial_dependence_visualization_api.py API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
plot_roc_curve_visualization_api.py API add from_estimator and from_predictions to RocCurveDisplay (#20569) 2021-09-03 17:19:46 +02:00

README.txt

.. _miscellaneous_examples:

Miscellaneous
-------------

Miscellaneous and introductory examples for scikit-learn.