View source: R/metafeaturefunctions.R
ComputeGlobalErrorMetafeature | R Documentation |
Computes the importance as the median absolute error for all predictors on all samples except the sample in question.
ComputeGlobalErrorMetafeature(predictions, true)
predictions |
Prediction data frame, where rows are samples, and columns are predictors. |
true |
Named vector of the true outcome values. |
A data frame with the importance metric for each sample and each predictor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.