set_hparams_rf {mikropml} | R Documentation |
Set hyparameters for random forest models
Description
Set hyparameters for random forest models
Usage
set_hparams_rf(n_features)
Arguments
n_features |
number of features in the dataset |
Value
named list of hyperparameters
Author(s)
Kelly Sovacool, sovacool@umich.edu
Examples
## Not run:
set_hparams_rf(16)
set_hparams_rf(2000)
set_hparams_rf(1)
## End(Not run)
[Package mikropml version 1.6.1 Index]