EstimatorReport.inspection ========================== .. currentmodule:: skore .. autoaccessor:: EstimatorReport.inspection Methods ~~~~~~~ Here are the methods that are available through this accessor: - :func:`~EstimatorReport.inspection.help` -- Display accessor help using rich or HTML - :func:`~EstimatorReport.inspection.calibration_curve` -- Display the calibration curve - :func:`~EstimatorReport.inspection.coefficients` -- Retrieve the coefficients of a linear model, including the intercept - :func:`~EstimatorReport.inspection.impurity_decrease` -- Retrieve the Mean Decrease in Impurity (MDI) of a tree-based model - :func:`~EstimatorReport.inspection.permutation_importance` -- Display the permutation feature importance .. toctree:: :hidden: skore.EstimatorReport.inspection.help skore.EstimatorReport.inspection.calibration_curve skore.EstimatorReport.inspection.coefficients skore.EstimatorReport.inspection.impurity_decrease skore.EstimatorReport.inspection.permutation_importance