🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links

AI-woordenlijst

Het complete woordenboek van kunstmatige intelligentie

162
categorieën
2.032
subcategorieën
23.060
termen
📖
termen

CART Pruning

Process of reducing tree complexity by eliminating the least significant branches to avoid overfitting while minimizing validation error.

📖
termen

Binary Splitting

Specific method in CART where each parent node is split into exactly two child nodes using the optimal splitting criterion.

📖
termen

Complexity Parameter

Alpha coefficient in CART pruning that penalizes tree size, balancing model accuracy and simplicity.

📖
termen

Maximal Tree

Fully developed decision tree without pruning, where each leaf contains observations of a single class or meets a predefined stopping criterion.

📖
termen

Minimum Impurity

Predefined threshold in CART that stops splitting a node when impurity (Gini or variance) is below this value.

📖
termen

Pruning Sequence

Ordered set of trees with decreasing complexity generated by CART, each being a pruned version of the previous one.

📖
termen

Resubstitution Error

Error rate calculated on training data used by CART as a reference to evaluate the impact of each potential pruning.

📖
termen

CART Optimization

Greedy algorithm that performs locally optimal splits at each node without guaranteeing global optimality of the final tree.

📖
termen

CART Stability

Sensitivity of the CART algorithm to variations in the training data, which can lead to significantly different tree structures.

📖
termen

Handling Missing Values

Specific CART approach that redirects observations with missing values to the most appropriate child node based on conditional probabilities.

📖
termen

Class Weighting

Technique in CART to handle class imbalances by adjusting the weights in the calculation of the Gini index.

📖
termen

V-fold Cross-Validation

Method used with CART to evaluate the performance of different pruning sequences and select the optimal tree.

📖
termen

CART Decision Rule

Set of if-then logical conditions extracted from the path from the root to a leaf, interpretable and directly applicable for prediction.

🔍

Geen resultaten gevonden