Homework 7#
Deadline
Due Sunday November 10 at midnight on Crowdmark.
This homework covers two classes.
Mon 11/4, we covered 8.1 - Decision trees.
Fri 11/8, we covered 8.2.1 and 8.2.2 - Bagging and Random Forests
Problems listed below are from the textbook.
8.4.4
8.4.9
Uses the
OJ.csv
data set included in the data sets folder.Do parts (a) through (h)
Added part: Build a random forest model for the same classification task. Using the techniques from class, what choice of
n_estimators
andmax_features
would you choose for your model?
Important
Standard instructions for submissions and deadlines can be found on the Homework Info Page.