check_method {mikropml} | R Documentation |
Check if the method is supported. If not, throws error.
Description
Check if the method is supported. If not, throws error.
Usage
check_method(method, hyperparameters)
Arguments
method |
ML method.
Options:
|
hyperparameters |
Dataframe of hyperparameters
(default |
Author(s)
Kelly Sovacool, sovacool@umich.edu
Examples
## Not run:
check_method("rf")
## End(Not run)
[Package mikropml version 1.6.1 Index]