OwenStOnge commited on
Commit
7f29852
·
verified ·
1 Parent(s): 9d65fd4

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -13,7 +13,7 @@ library(curl)
13
  library(xgboost)
14
  library(recipes)
15
 
16
- rv <- read_csv(non_context_run_values.csv)
17
  stuffplus_model <- xgb.load("stuffplus_xgb.json")
18
  stuffplus_recipe <- readRDS("stuffplus_recipe.rds")
19
 
 
13
  library(xgboost)
14
  library(recipes)
15
 
16
+ rv <- read_csv("non_context_run_values.csv")
17
  stuffplus_model <- xgb.load("stuffplus_xgb.json")
18
  stuffplus_recipe <- readRDS("stuffplus_recipe.rds")
19