scikit-learn/examples/inspection
Alan Peixinho 48a3c0b143
EXA: remove matplotlib deprecation warning for plot_partial_dependence (#22654)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-08 17:03:46 +02:00
..
README.txt FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
plot_linear_model_coefficient_interpretation.py MNT Adjust n_jobs=2 for examples and tests (#21780) 2021-11-25 10:49:26 +01:00
plot_partial_dependence.py EXA: remove matplotlib deprecation warning for plot_partial_dependence (#22654) 2022-04-08 17:03:46 +02:00
plot_permutation_importance.py DOC make plot_permutation_importance example run on VS code (#22752) 2022-03-10 21:09:46 +01:00
plot_permutation_importance_multicollinear.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _inspection_examples:

Inspection
----------

Examples related to the :mod:`sklearn.inspection` module.