predictorImportance
Description
computes estimates of predictor importance for imp = predictorImportance(mdl)mdl by summing the
estimates over all weak learners in the XGBoost model. imp has one
element for each input predictor in the data used to train the model. A high value indicates
that the predictor is important for mdl, with 0
representing the smallest possible importance.
Examples
Input Arguments
More About
Version History
Introduced in R2026a
