scikit-learn/examples/inspection
Ishaan Bhat 9e30508e48
EXA Fix dist matrix in permutation_importance_multicollinear.py (#20239)
Transforming correlation matrix to distance matrix before performing hierarchical clustering
2021-06-18 14:00:01 +02:00
..
README.txt FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
plot_linear_model_coefficient_interpretation.py DOC Replacing swarmplot with stripplot to avoid seaborn warning (#19195) 2021-01-18 16:13:19 +01:00
plot_partial_dependence.py MNT Remove HistGradientBoosting from experimental (#19799) 2021-04-02 16:40:20 +02:00
plot_permutation_importance.py EXA remove warning when setting yticks in permutation importances examples (#19385) 2021-02-07 12:19:05 +01:00
plot_permutation_importance_multicollinear.py EXA Fix dist matrix in permutation_importance_multicollinear.py (#20239) 2021-06-18 14:00:01 +02:00

README.txt

.. _inspection_examples:

Inspection
----------

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