AI-woordenlijst
Het complete woordenboek van kunstmatige intelligentie
162
categorieën
2.032
subcategorieën
23.060
termen
termen
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.
termen
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.
termen
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.
🔍