scikit-learn/examples/miscellaneous
i-aki-y 1a4cc0bb85
Fix color maps of contour and scatter plots. (#25329)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-01-14 15:38:52 +01:00
..
README.txt DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
plot_anomaly_comparison.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_display_object_visualization.py ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
plot_estimator_representation.py DOC Update estimator representation example (#24439) 2022-09-16 13:42:02 +02:00
plot_isotonic_regression.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_johnson_lindenstrauss_bound.py DOC Accelerate plot_johnson_lindenstrauss_bound.py example (#21795) 2022-05-04 13:45:15 +02:00
plot_kernel_approximation.py Fix color maps of contour and scatter plots. (#25329) 2023-01-14 15:38:52 +01:00
plot_kernel_ridge_regression.py FEA add LearningCurveDisplay to show plot learning curve (#24084) 2022-11-24 14:31:47 +01:00
plot_multilabel.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_multioutput_face_completion.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_outlier_detection_bench.py ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
plot_partial_dependence_visualization_api.py Comment uses of deprecated plot functions in past release highlights (#24456) 2022-09-23 14:28:39 +02:00
plot_pipeline_display.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
plot_roc_curve_visualization_api.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_set_output.py Document config_context and transform output (#25289) 2023-01-05 17:35:37 +01:00

README.txt

.. _miscellaneous_examples:

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

Miscellaneous and introductory examples for scikit-learn.