Fit a 300-tree forest on all the data and return the two most important feature…
Machine Learning · from Forests and boosting
RandomForestClassifierHistGradientBoostingClassifierbaggingboostingn_estimatorslearning_ratePutting the kettle on…
Starting up…
Exercise 3
Fit a 300-tree forest on all the data and return the two most important features by feature_importances_, as a list of names.
your answer
stuck? the lesson behind it
Forests and boosting
Average many noisy trees, or stack many shallow ones — and still lose to logistic regression