This command is available with the Predictive Analytics Module. Click here for more information about how to activate the module.
Select the criteria to determine the best model and specify options for the different model types. You can also specify a base for the random number generator.
The Huber function is a hybrid of the maximum R-squared and the minimum mean absolute deviation functions. With the Huber function, specify a switching value. The loss function starts as the squared error. The loss function remains the squared error as long as the value is less than the switching value. If the squared error exceeds the switching value, then the loss function becomes the absolute deviation. If the absolute deviation becomes less than the switching value, then the loss function becomes the squared error again.
Specify options for the TreeNet® model.
Specify options for the Random Forests® model.
Specify options for the CART® model.
Specify options for the MARS® model.
Allow predictor interactions up to order that you specify. An interaction means that the effect of a predictor depends on the value of other predictors. For example, the rate at which grain dries in an oven depends on the time in the oven, but the effect of time depends on the temperature of the oven. The time and temperature variables interact.
You can specify a base for the random number generator to randomly select the subsamples and the subset of predictors. Typically, you do not need to change the base. You can change the base to explore how sensitive the results are to the random selections or to ensure the same random selection for repeated analyses.