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