Learn R Programming

mikropml (version 1.6.1)

set_hparams_rf: Set hyparameters for random forest models

Description

Set hyparameters for random forest models

Usage

set_hparams_rf(n_features)

Value

named list of hyperparameters

Arguments

n_features

number of features in the dataset

Author

Kelly Sovacool, sovacool@umich.edu

Examples

Run this code
if (FALSE) {
set_hparams_rf(16)
set_hparams_rf(2000)
set_hparams_rf(1)
}

Run the code above in your browser using DataLab