Learn R Programming

iai (version 1.4.0)

optimal_tree_regressor: Learner for training Optimal Regression Trees

Description

Julia Equivalent: IAI.OptimalTreeRegressor

Usage

optimal_tree_regressor(...)

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_regressor()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab