predict_treatment_outcome: Return the estimated quality of each treatment in the trained...

View source: R/iaibase.R

predict_treatment_outcomeR Documentation

Return 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

Usage

predict_treatment_outcome(lnr, X)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

IAI Compatibility

Requires IAI version 2.1 or higher.

Examples

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


iai documentation built on Oct. 19, 2024, 1:07 a.m.