Learn R Programming

iai (version 1.4.0)

optimal_tree_survivor: Learner for training Optimal Survival Trees

Description

This function was deprecated and renamed to optimal_tree_survival_learner() in iai 1.3.0. This is for consistency with the IAI v2.0.0 Julia release.

Usage

optimal_tree_survivor(...)

Arguments

...

Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters.

Examples

Run this code
# NOT RUN {
lnr <- iai::optimal_tree_survivor()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab