TimStats commited on
Commit
6bdb2ad
·
verified ·
1 Parent(s): b69808e

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -25,6 +25,7 @@ library(zoo) # For rolling mean calculation
25
  pdf(file = NULL)
26
  Sys.setenv(TZ='EST')
27
 
 
28
  # Helper functions
29
  download_and_process_image <- function(url) {
30
  tryCatch({
 
25
  pdf(file = NULL)
26
  Sys.setenv(TZ='EST')
27
 
28
+ model <- xgb.load('TimStuff2.model')
29
  # Helper functions
30
  download_and_process_image <- function(url) {
31
  tryCatch({