random_forest_classifier {iai} | R Documentation |
Learner for training random forests for classification problems
Description
Julia Equivalent:
IAI.RandomForestClassifier
Usage
random_forest_classifier(...)
Arguments
... |
Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters. |
IAI Compatibility
Requires IAI version 2.1 or higher.
Examples
## Not run: lnr <- iai::random_forest_classifier()
[Package iai version 1.10.1 Index]