Main Content

해석 가능성

해석 가능한 회귀 모델을 훈련시키고 복잡한 회귀 모델을 해석하기

선형 모델, 결정 트리, 일반화된 가산 모델과 같은 본래 해석 가능한 회귀 모델을 사용하거나 본래 해석할 수 없는 복잡한 회귀 모델을 해석하기 위한 해석 가능성 특징을 사용하십시오.

회귀 모델을 해석하는 방법을 알아보려면 Interpret Machine Learning Models 항목을 참조하십시오.

함수

모두 확장

LIME(Local Interpretable Model-Agnostic Explanations)

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 이후)
boxchartVisualize Shapley values using box charts (box plots) (R2024a 이후)
swarmchartVisualize Shapley values using swarm scatter charts (R2024a 이후)

부분 종속성

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

객체

LinearModel선형 회귀 모델
RegressionGAMGeneralized additive model (GAM) for regression (R2021a 이후)
RegressionLinearLinear regression model for high-dimensional data
RegressionTreeRegression tree

도움말 항목

모델 해석

해석 가능한 모델