Computes variable importance across quantile levels using Quantile Accumulated Local Effects (QALE). Importance is defined as the standard deviation of the ALE function across feature intervals for each quantile level.
Arguments
- model
A fitted model object returned by
fit_spqrx().- x
Matrix or data frame of covariates used for evaluation.
- tau
Numeric vector of quantile levels in (0,1).
- var.indexs
Integer vector specifying the indices of variables for which importance is computed.
