modeldb icon indicating copy to clipboard operation
modeldb copied to clipboard

Run models inside a database using R

Results 8 modeldb issues
Sort by recently updated
recently updated
newest added

In the query, pass the actual center numbers as a column rather than the formula

feature

I am trying to run a model remotely with the '**linear_regression_db**' function from the modeldb package. but am getting the following error: ![Screenshot 2020-04-20 at 17 40 34](https://user-images.githubusercontent.com/64030997/79776763-1c9ce500-832e-11ea-8c98-29ca2751f93e.png) This is...

bug

``` linear_reg() %>% set_engine("modeldb-lr") %>% fit_xy(mpg, wt, data = mtcars) ```

feature

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()` *...

upkeep

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...

upkeep

## 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) ##...

bug

## 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...