OwenStOnge commited on
Commit
c21b74d
·
verified ·
1 Parent(s): 270f323

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -12,6 +12,7 @@ library(RCurl)
12
  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")
 
12
  library(curl)
13
  library(xgboost)
14
  library(recipes)
15
+ library(arrow)
16
 
17
  rv <- read_csv("non_context_run_values.csv")
18
  stuffplus_model <- xgb.load("stuffplus_xgb.json")