Nothing
Code
augment(reg_form, head(mtcars[, -1]))
Condition
Error in `augment()`:
! Unknown mode "depeche".
i Model mode should be one of "classification", "regression", "censored regression", or "quantile regression".
Code
linear_reg() %>% set_mode("quantile regression", quantile_levels = probs_1)
Output
Linear Regression Model Specification (quantile regression)
Computational engine: lm
Message
Quantile levels: 0.2, 0.4, 0.6, 0.8, and 1.
Code
linear_reg() %>% set_mode("regression", quantile_levels = probs_1)
Condition
Warning:
`quantile_levels` is only used when the mode is "quantile regression".
Output
Linear Regression Model Specification (regression)
Computational engine: lm
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.