Commit e6b8dcb2 authored by wenwen.tang's avatar wenwen.tang 😕

增加预测模型,增加8档预测

parent 89e819a5
......@@ -58,7 +58,7 @@ def load_report(max_date=prev_workday(dt.date.today()), min_date=None, combo: Ro
return cp, roi, risk
@app.get("/franklin/prediction_data")
@app.get("/franklin/recommend")
async def recommend():
sig = get_last_signal()
if sig:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment