Skip to contents

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.

Value

A data.frame with 3 columns:

id

contains the id used in renoir for the learning method

method

contains the name of the learning method (e.g. 'random forest')

default_hyperparameters

containg the name of the hyperparameters used by default

Author

Alessandro Barberis