You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(parsnip)
linear_reg() %>%
fit(mpg~., data=mtcars) %>%
predict(type="quantile", new_data=mtcars, quantile= c(0.2, 0.8))
#> Error in `predict()`:#> ! The ellipses are not used to pass args to the model function's predict#> function. These arguments cannot be used: "bad_args"
The text was updated successfully, but these errors were encountered:
hfrick
changed the title
check_pred_type_dots() needs to evaluate bad_args in error mesasgecheck_pred_type_dots() needs to evaluate bad_args in error message
Feb 13, 2025
Created on 2025-02-13 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: