TimStats commited on
Commit
fb70766
·
verified ·
1 Parent(s): d1ce224

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -0
app.R CHANGED
@@ -21,6 +21,8 @@ library(ggplot2)
21
  # phand = c("R", "R", "L", "L")
22
  # )
23
 
 
 
24
  calculate_EAA <- function(extension) {
25
  extension / 6.3
26
  }
 
21
  # phand = c("R", "R", "L", "L")
22
  # )
23
 
24
+ model <- xgb.load('TimStuff2.model')
25
+
26
  calculate_EAA <- function(extension) {
27
  extension / 6.3
28
  }