Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -80,7 +80,7 @@ server <- function(input, output) {
|
|
| 80 |
TimStuff <- (50 - (prediction - -0.0004397118)/ 0.2180433 * 10)
|
| 81 |
# FBMod <- xgb.load("FB.model")
|
| 82 |
# vip(FBMod)
|
| 83 |
-
return(
|
| 84 |
})
|
| 85 |
}
|
| 86 |
|
|
|
|
| 80 |
TimStuff <- (50 - (prediction - -0.0004397118)/ 0.2180433 * 10)
|
| 81 |
# FBMod <- xgb.load("FB.model")
|
| 82 |
# vip(FBMod)
|
| 83 |
+
return(TimStuff)
|
| 84 |
})
|
| 85 |
}
|
| 86 |
|