View source: R/metafeaturefunctions.R
ComputeGlobalErrorMetafeatureTest | R Documentation |
Computes the importance as the median absolute error for all predictors samples in the training data.
ComputeGlobalErrorMetafeatureTest(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. For this metric, the value will be the same for all samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.