This function applies ML algorithms to 'MLinput' object
1 2 |
data_object |
object of class 'MLinput' a list of two data frames containing train and test rows to subset in x_data and y_data |
methods |
a vector of strings specifying which ML algorithm you want to implement? options: 'bglr', 'clogit'. The length of this vector must be equal to the number of data sources in data_object |
single_source |
is a character string identifying which data source (when there is more than 1 data source in data_object) to apply ML to. Defaults to NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.