View source: R/utils_model_list.R
ml_lgbm | R Documentation |
#' Stan Regression #' #' @return model #' @export ml_stan <- function() parsnip::linear_reg(mode = "regression") |> parsnip::set_engine("stan")
ml_lgbm()
#' Decision Tree #' #' @return model #' @export ml_dt <- function() parsnip::decision_tree(mode = "regression") |> parsnip::set_engine("rpart")
LightGBM
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.