ComputeGlobalErrorMetafeatureTest: Computes the importance as the median absolute error for all...

View source: R/metafeaturefunctions.R

ComputeGlobalErrorMetafeatureTestR Documentation

Computes the importance as the median absolute error for all predictors samples in the training data.

Description

Computes the importance as the median absolute error for all predictors samples in the training data.

Usage

ComputeGlobalErrorMetafeatureTest(predictions, true)

Arguments

predictions

Prediction data frame, where rows are samples, and columns are predictors.

true

Named vector of the true outcome values.

Value

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.


ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.