Glossario IA
Il dizionario completo dell'Intelligenza Artificiale
162
categorie
2.032
sottocategorie
23.060
termini
termini
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.
termini
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.
termini
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.
🔍