scikit-learn/examples/inspection
adijohar b84d677517
DOC Update plot_partial_dependence.py (#22013)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-12-17 22:49:04 +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 DOC Update plot_partial_dependence.py (#22013) 2021-12-17 22:49:04 +01:00
plot_permutation_importance.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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.