TimStats commited on
Commit
5027cca
·
verified ·
1 Parent(s): 8ff3475

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -81,7 +81,7 @@ server <- function(input, output) {
81
  TimStuff <- (50 - (prediction - -0.0011801)/ 0.007989927 * 10)
82
  # FBMod <- xgb.load("FB.model")
83
  # vip(FBMod)
84
- return(paste("TimStuff: ",TimStuff))
85
  })
86
  }
87
 
 
81
  TimStuff <- (50 - (prediction - -0.0011801)/ 0.007989927 * 10)
82
  # FBMod <- xgb.load("FB.model")
83
  # vip(FBMod)
84
+ return(paste("TimStuff: ",TimStuff, "20-80 Scale, 50 is Average 1 SD is 10",sep = "\n"))
85
  })
86
  }
87