Question: What is the role of the \'max_depth\' parameter in Decision Trees?
Options:
Correct Answer: To prevent the tree from growing too deep and overfitting
Solution:
The \'max_depth\' parameter limits how deep the tree can grow, helping to prevent overfitting by controlling model complexity.