scikit-learn/examples
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
..
applications API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
bicluster API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
calibration ENH Add CalibrationDisplay plotting class (#17443) 2021-08-31 09:43:05 +02:00
classification ENH/DEP add class method and deprecate plot function for confusion matrix (#18543) 2021-01-22 19:57:41 +01:00
cluster MNT replace if_delegate_has_method by available_if in example (#20684) 2021-09-02 16:15:31 +02:00
compose DOC Fix rendering in plot_pipeline_display. formatting fix with docstring (#20562) 2021-07-21 09:11:54 +02:00
covariance DEP deprecate grid_score_ and cv_alphas_ in GraphicalLassoCV (#16392) 2020-07-09 11:14:02 +02:00
cross_decomposition DOC Add example comparing PCR and PLS (#17151) 2020-08-11 14:46:33 -07:00
datasets STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
decomposition DOC fix a typo in plot_varimax_fa.py (#20676) 2021-08-04 20:24:34 +02:00
ensemble API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
exercises MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
feature_selection DOC improve wording of comment in plot_rfe_with_cross_validation (#20718) 2021-08-09 11:47:31 +02:00
gaussian_process DOC convert to notebook style prior posterior GPR example (#20361) 2021-07-19 18:02:34 +02:00
impute DOC correct the orders of the x labels (#19997) 2021-04-28 15:37:41 +02:00
inspection API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
kernel_approximation MNT Move plot_scalable_poly_kernels example to kernel_approximation directory (#18656) 2020-10-30 11:21:44 +01:00
linear_model FIX remove fit_intercept from *_path in example 2021-08-05 11:07:59 +02:00
manifold DOC reformatting example as notebook style (#20543) 2021-07-19 17:54:14 +02:00
miscellaneous API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
mixture STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
model_selection API add from_estimator and from_predictions to RocCurveDisplay (#20569) 2021-09-03 17:19:46 +02:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
neural_networks DOC Fix incorrect 0-1 scaling in the RBM example (#19363) 2021-04-08 11:13:49 -04:00
preprocessing DOC fix y-axis name in preprocessor comparison example (#20722) 2021-09-01 13:53:04 +02:00
release_highlights MNT Remove HistGradientBoosting from experimental (#19799) 2021-04-02 16:40:20 +02:00
semi_supervised FEA Add Self Training Estimator (#11682) 2020-11-20 19:49:08 +01:00
svm STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
text API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
tree DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
README.txt DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00

README.txt

.. _general_examples:

Examples
========