This function returns a data.frame
containing the currently
supported learning methods.
Usage
list_supported_learning_methods(x = c("all", "regression", "classification"))
Arguments
- x
character string indicating whether to return all learning methods, the learning method for regression, or the learning methods for classification.