Spaces:
Runtime error
Runtime error
Update app.R
Browse files
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 |
|