scikit-learn/examples/inspection
francoisgoupil 5afd5e160b
DOC make plot_permutation_importance example run on VS code (#22752)
2022-03-10 21:09:46 +01: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 ENH kind accept a list of str in plot_partial_dependence (#19438) 2022-02-17 18:09:06 +01: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.