predict_treatment_outcome_standard_error: Return the standard error for the estimated quality of each...

View source: R/iaibase.R

predict_treatment_outcome_standard_errorR Documentation

Return the standard error for the estimated quality of each treatment in the trained model of the learner for each point in the features

Description

Julia Equivalent: IAI.predict_treatment_outcome_standard_error

Usage

predict_treatment_outcome_standard_error(lnr, X)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

IAI Compatibility

Requires IAI version 3.2 or higher.

Examples

## Not run: iai::predict_treatment_outcome_standard_error(lnr, X)


iai documentation built on July 9, 2023, 5:41 p.m.