View source: R/SaldaeTidyModels_v1.R
prepare a recipe embed the recipe to the engine fit the model predict for test set
1 2 3 4 5 6 7 8 9 10 | SA_ml_engine_lm1(
tisefka = tisefka,
target_variable = NULL,
ml_algo = "linear regression",
explaining_variable = NULL,
train_prop = 0.75,
sa_scale = FALSE,
pred_mode = "regression",
rand_samp = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.