#' @description
#' All the parameters marked as (__tunable__) accept a vector of values with
#' wich the grid is generated for grid search tuning or a list with the min
#' and max values for bayesian optimization tuning. The returned object contains
#' a `data.frame` with the hyperparameters combinations evaluated. In the end
#' the best combination of hyperparameters is used to fit the final model, which
#' is also returned and can be used to make new predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.