Why is entropy used in Decision Trees?
- Increase Efficiency
- Increase Size
- Measure Purity
- Predict Outcome
Entropy is used to measure the purity of a split, helping to determine the best attribute for splitting at each node.
Loading...
Related Quiz
- ________ learning is often used for discovering hidden patterns in data.
- Explain how the F1-Score is computed and why it is used.
- The process of adding a penalty to the loss function to discourage complex models is called ________.
- When a model is trained on one task and the learned features are used as a starting point for a model on a second task, it's known as ________.
- Imagine a game where an AI-controlled character can either gather resources or fight enemies. If the AI consistently chooses actions that provide immediate rewards without considering long-term strategy, which component of the Actor-Critic model might need adjustment?