🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

Mean Decrease in Impurity (MDI)

Variable importance evaluation method that measures the average reduction in impurity (Gini or entropy) brought by each feature during the construction of trees in an ensemble model.

📖
termini

Mean Decrease in Accuracy (MDA)

Permutation importance technique that evaluates the impact of a variable by measuring the performance drop of the model when the values of this variable are randomly permuted on the test set.

📖
termini

Gain Ratio Importance

Importance measure based on the information gain ratio, which normalizes the information gain by the entropy of the feature to penalize variables with a large number of distinct values.

📖
termini

Out-of-Bag (OOB) Feature Importance

Importance evaluation technique using the OOB samples of each tree in a random forest, measuring the increase in OOB error when the values of a variable are permuted in these samples.

📖
termini

Conditional Permutation Importance

Variant of permutation importance that respects dependencies between features by permuting values conditionally on other variables, reducing bias for correlated features.

📖
termini

Drop Column Importance

Importance evaluation method that measures the impact of completely removing a feature by retraining the model without this variable and comparing performance with the full model.

📖
termini

Impurity-based Feature Importance

Class of importance evaluation methods based on the reduction of node impurity during tree construction, including MDI and Gini Importance, but which can be biased towards high-cardinality features.

🔍

Nessun risultato trovato