Learn R Programming

iai (version 1.4.0)

predict_expected_survival_time: Return the expected survival time estimate made by a model for each point in the features.

Description

Julia Equivalent: IAI.predict_expected_survival_time

Usage

predict_expected_survival_time(lnr, X)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

IAI Compatibility

Requires IAI version 2.0 or higher.

Examples

Run this code
# NOT RUN {
iai::predict_expected_survival_time(lnr, X)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab