Exercise

Running a model using ranges

You have just finished creating a list of hyperparameters and ranges to use when tuning a predictive model for an assignment. You have used max_depth, min_samples_split, and max_features as your range variable names.

Instructions

100 XP
  • Randomly select a max_depth, min_samples_split, and max_features using your range variables.
  • Print out all of the parameters for rfr to see which values were randomly selected.