scikit-learn/examples/inspection
Guillaume Lemaitre 3769530e14
DOC improve the random forest feature importance comparison example (#23085)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-04-26 23:19:45 +02:00
..
README.txt FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
plot_linear_model_coefficient_interpretation.py DOC improve the linear models inspection example (#23082) 2022-04-20 17:46:28 +02: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 improve the random forest feature importance comparison example (#23085) 2022-04-26 23:19:45 +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.