Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ async def predict_signal(symbol, timeframe="1h"):
|
|
| 252 |
"xgb": round(time_prob, 3),
|
| 253 |
"rf": round(ml_prob, 3),
|
| 254 |
"lstm": round(lstm_prob, 3),
|
| 255 |
-
"sent": round(p_sent, 3)
|
| 256 |
},
|
| 257 |
"weights": {
|
| 258 |
"w_xgb": round(wt, 2),
|
|
|
|
| 252 |
"xgb": round(time_prob, 3),
|
| 253 |
"rf": round(ml_prob, 3),
|
| 254 |
"lstm": round(lstm_prob, 3),
|
| 255 |
+
"sent": round(float(p_sent, 3)
|
| 256 |
},
|
| 257 |
"weights": {
|
| 258 |
"w_xgb": round(wt, 2),
|