set_hparams_rf: Set hyparameters for random forest models

View source: R/hyperparameters.R

set_hparams_rfR 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)

SchlossLab/mikropml documentation built on Aug. 24, 2023, 9:51 p.m.