predict.survival_learner | R Documentation |
Julia Equivalent:
IAI.predict
## S3 method for class 'survival_learner'
predict(obj, X, t = NULL, ...)
obj |
The learner or grid to use for prediction. |
X |
The features of the data. |
t |
The time for which to predict survival probability, defaulting to returning the entire survival curve if not supplied |
... |
Additional arguments (unused) |
## Not run: iai::predict(lnr, X, t = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.