modeldb
modeldb copied to clipboard
Run models inside a database using R
In the query, pass the actual center numbers as a column rather than the formula
I am trying to run a model remotely with the '**linear_regression_db**' function from the modeldb package. but am getting the following error:  This is...
``` linear_reg() %>% set_engine("modeldb-lr") %>% fit_xy(mpg, wt, data = mtcars) ```
Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_modeldb.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [ ] `urlchecker::url_check()` * [ ] `devtools::build_readme()` *...
Pre-history * [x] `usethis::use_readme_rmd()` * [x] `usethis::use_roxygen_md()` * [x] `usethis::use_github_links()` * [x] `usethis::use_pkgdown_github_pages()` * [x] `usethis::use_tidy_github_labels()` * [x] `usethis::use_tidy_style()` * [x] `usethis::use_tidy_description()` * [x] `urlchecker::url_check()` 2020 * [x] `usethis::use_package_doc()` Consider...
## The problem I am having trouble with grouped multivariate regressions. I believe the last error is in pattern matching with grepl (when xvar names have yvar in them) ##...
## Overview This PR adds the "Supported by Posit" badge to the modeldb website. ## Background We've recently started adding a "Supported by Posit" badge across all Posit package websites...