What is the main function of the Gini Index in a Decision Tree?
- Determine Leaf Nodes
- Increase Complexity
- Measure Purity
- Reduce Overfitting
The Gini Index measures the impurity or purity of a split in the Decision Tree.
Loading...
Related Quiz
- Deep Learning models often require substantial computational resources, such as __________, due to their complexity.
- You have developed a regression model, and the R-Squared value is very close to 1. What could this indicate, and what would you check?
- You implemented L1 regularization to prevent overfitting, but the model's performance did not improve. What could be the reason, and what alternative approach would you try?
- What application of Machine Learning helps in predicting weather patterns and natural disasters?
- Your classification model's accuracy is high, but precision and recall are not balanced. How would you approach this problem to get a better trade-off?