modeldb
modeldb copied to clipboard
Add `parsnip` interface
linear_reg() %>%
set_engine("modeldb-lr") %>%
fit_xy(mpg, wt, data = mtcars)