TimStats commited on
Commit
87e197a
·
verified ·
1 Parent(s): f5a679a

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -75,7 +75,7 @@ server <- function(input, output) {
75
  data$SADiff <- input$spinaxisdiff
76
 
77
  data <- as.matrix(data)
78
- FBMod <- xgb.load('FB.Model')
79
  prediction <-predict(FBMod,data)
80
  TimStuff <- (50 - (prediction - -0.0004397118)/ 0.2180433 * 10)
81
  # FBMod <- xgb.load("FB.model")
 
75
  data$SADiff <- input$spinaxisdiff
76
 
77
  data <- as.matrix(data)
78
+ FBMod <- xgb.load('FB.model')
79
  prediction <-predict(FBMod,data)
80
  TimStuff <- (50 - (prediction - -0.0004397118)/ 0.2180433 * 10)
81
  # FBMod <- xgb.load("FB.model")