plumber-model
plumber-model copied to clipboard
Plumber ML Model deployment example
The `master` branch of this repository will soon be renamed to `main`, as part of a coordinated change across several GitHub organizations (including, but not limited to: [tidyverse](https://github.com/tidyverse), [r-lib](https://github.com/r-lib), [tidymodels](https://github.com/tidymodels),...
I am trying to run the entrypoint.R of the tutorial of the material used in the conference, however I get this error. ``` library(plumber) pr
The model-api endpoint was not runnable using the either the CRAN or dev versions of plumber. This is a small rewrite using the functional form which works as far as...
I cloned this repository on a Rstudio cloud instance and my local computer and received the following error when I try to run plumber.R unchanged on both instances. ```Error in...
I am getting below error while trying to run the code from model-api/entrypoint.R Error in if (swagger) { : argument is not interpretable as logical what am i missing here?