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