Learn R Programming

iai (version 1.7.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.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 2.0 or higher.

Examples

Run this code
if (FALSE) iai::predict_expected_survival_time(lnr, X)

Run the code above in your browser using DataLab