copy_splits_and_refit_leaves {iai} | R Documentation |
Julia Equivalent:
IAI.copy_splits_and_refit_leaves!
copy_splits_and_refit_leaves(new_lnr, orig_lnr, ...)
new_lnr |
The learner to modify and refit |
orig_lnr |
The learner from which to copy the tree split structure |
... |
Refer to the Julia documentation for available parameters |
Requires IAI version 3.0 or higher.
## Not run: iai::copy_splits_and_refit_leaves(new_lnr, orig_lnr, ...)