AI 용어집
인공지능 완전 사전
162
카테고리
2,032
하위 카테고리
23,060
용어
용어
Partial Dependence Plots (PDP)
Graphical method that visualizes the marginal effect of one or two features on a model's average prediction by marginalizing over all other features.
용어
ALE (Accumulated Local Effects)
Method that calculates the effects of features on model predictions by accumulating local differences, avoiding the bias of feature correlations present in PDP.
용어
Decision Tree Surrogates
Technique that trains an interpretable decision tree to approximate the behavior of a complex model by using the model's predictions as targets.
🔍