scikit-learn/examples/inspection
Thomas J. Fan 057b82ed18
API Deprecates plot_partial_dependence (#20959)
* API Deprecates plot_partial_dependence

* DOC Adds whats new

* DOC Fixes doc build errors

* CLN Removes feature warning

* CLN Address comments

* DOC Fix docstrings

* TST Skip future warning tests

* DOC Adjust docstrings

* REV Reduce diff

* DOC Adds docstring
2021-09-09 14:25:59 +02:00
..
README.txt FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
plot_linear_model_coefficient_interpretation.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
plot_partial_dependence.py API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
plot_permutation_importance.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02: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.