Spaces:
Running
Running
Update app.R
Browse files
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")
|