Learn R Programming

iai (version 1.4.0)

set_params: Set all supplied parameters on a learner

Description

Julia Equivalent: IAI.set_params!

Usage

set_params(lnr, ...)

Arguments

lnr

The learner to modify.

...

The parameters to set on the learner.

Examples

Run this code
# NOT RUN {
iai::set_params(lnr, random_seed = 1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab