Random Forest
Which technique is used to improve Random Forest stability?
Which is a key practical advantage of Random Forest over a single Decision Tree?
What happens to bias and variance in Random Forest compared to a single tree?
Which Random Forest parameter controls feature randomness at each split?
Which output aggregation method is used in Random Forest regression?
What information can Random Forest provide besides predictions?
What does the Out-of-Bag (OOB) score in Random Forest estimate?
In Random Forest, increasing n_estimators from 50 to 300 usually has what effect?
How does reducing max_features typically influence a Random Forest?
What does a high feature importance value indicate in a trained Random Forest?