TimStats commited on
Commit
717050a
·
verified ·
1 Parent(s): e532edb

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -112,7 +112,7 @@ server <- function(input, output) {
112
  TimStuff <- (50 - (prediction - -0.0004397118)/ 0.2180433 * 10)
113
  # FBMod <- xgb.load("FB.model")
114
  # vip(FBMod)
115
- return(Prediction)
116
  })
117
  }
118
 
 
112
  TimStuff <- (50 - (prediction - -0.0004397118)/ 0.2180433 * 10)
113
  # FBMod <- xgb.load("FB.model")
114
  # vip(FBMod)
115
+ return(prediction)
116
  })
117
  }
118