get_hyperparams_list {mikropml} | R Documentation |
Set hyperparameters based on ML method and dataset characteristics
Description
For more details see the vignette on hyperparameter tuning.
Usage
get_hyperparams_list(dataset, method)
Arguments
dataset |
Data frame with an outcome variable and other columns as features. |
method |
ML method.
Options:
|
Value
Named list of hyperparameters.
Author(s)
Kelly Sovacool, sovacool@umich.edu
Examples
get_hyperparams_list(otu_mini_bin, "rf")
get_hyperparams_list(otu_small, "rf")
get_hyperparams_list(otu_mini_bin, "rpart2")
get_hyperparams_list(otu_small, "rpart2")
[Package mikropml version 1.6.1 Index]