scikit-learn/examples/inspection
Olivier Grisel 3ab6c8cf0c
MAINT Update fetch_openml to use the auto parser by default (#27802)
2023-11-20 11:20:20 +01:00
..
README.txt FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
plot_causal_interpretation.py DOC Improve visibility of warning message on example "Pitfalls in the interpretation of coefficients of linear models" (#25441) 2023-01-20 17:15:36 +01:00
plot_linear_model_coefficient_interpretation.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_partial_dependence.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_permutation_importance.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_permutation_importance_multicollinear.py DOC Rework permutation importance with multicollinearity example (#26221) 2023-08-22 21:43:58 +02:00

README.txt

.. _inspection_examples:

Inspection
----------

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