calculate
and view the analysis methods and results.performance
plot to compare model performance and training time.model
plot to shows the cross-validated model scores for a variety of metrics.importance
plot ranks all features based on their contribution to the model’s performance.confusion
(matrix) plot shows predicted vs. actual sample classifications. Use show show metric
to plot counts or percent or correctly and incorrectly classified samples.classification
plot is used to create a precision vs. recall or area under the receiver and operator curve (ROC).cache models
to save specific model results. Unselect the cache models
option if you want to create predictive models for different objectives for the same data set.calculate
and view the analysis methods and results.overall
plot shows the model performance metric selected in optimize
for each subset of iteratively selected variables. Use best subset function
to define the set of variables with the best model performance.importance
plot to shows the feature importance of all variables and highlights the optimal subset.