
| Current Path : /proc/thread-self/root/usr/local/lib/python3.8/dist-packages/sklearn/inspection/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/local/lib/python3.8/dist-packages/sklearn/inspection/__init__.py |
"""The :mod:`sklearn.inspection` module includes tools for model inspection."""
from ._permutation_importance import permutation_importance
from ._partial_dependence import partial_dependence
from ._plot.partial_dependence import plot_partial_dependence
from ._plot.partial_dependence import PartialDependenceDisplay
__all__ = [
'partial_dependence',
'plot_partial_dependence',
'permutation_importance',
'PartialDependenceDisplay'
]