Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

可解释性

训练可解释的回归模型和解释复杂的回归模型

使用本质上可解释的回归模型,如线性模型、决策树和广义加性模型,或使用可解释性特征,来解释本质上不可解释的复杂回归模型。

要了解如何解释回归模型,请参阅 Interpret Machine Learning Models

函数

全部展开

与模型无关的局部可解释性解释 (LIME)

limeLocal interpretable model-agnostic explanations (LIME) (自 R2020b 起)
fitFit simple model of local interpretable model-agnostic explanations (LIME) (自 R2020b 起)
plotPlot results of local interpretable model-agnostic explanations (LIME) (自 R2020b 起)

夏普利值

shapleyShapley values (自 R2021a 起)
fitCompute Shapley values for query points (自 R2021a 起)
plotPlot Shapley values using bar graphs (自 R2021a 起)

部分依赖

partialDependenceCompute partial dependence (自 R2020b 起)
plotPartialDependenceCreate partial dependence plot (PDP) and individual conditional expectation (ICE) plots
fitlm拟合线性回归模型
fitrgamFit generalized additive model (GAM) for regression (自 R2021a 起)
fitrlinearFit linear regression model to high-dimensional data
fitrtreeFit binary decision tree for regression

对象

LinearModelLinear regression model
RegressionGAMGeneralized additive model (GAM) for regression (自 R2021a 起)
RegressionLinearLinear regression model for high-dimensional data
RegressionTreeRegression tree

主题

模型解释

可解释模型