Commit 7db266e0 authored by wenwen.tang's avatar wenwen.tang 😕

新增预测项

parent 2794e102
...@@ -9,27 +9,19 @@ from ai.model_trainer import ModelTrainer ...@@ -9,27 +9,19 @@ from ai.model_trainer import ModelTrainer
from ai.training_data_builder import TrainingDataBuilder from ai.training_data_builder import TrainingDataBuilder
from api import DataSync from api import DataSync
# 截止日期 # 截止日期
# max_date = None # max_date = None
# max_date = '2023-10-06' max_date = '2024-02-23'
# max_date = '2023-10-13' # max_date = '2024-01-11'
# max_date = '2023-10-20'
# max_date = '2023-10-27'
# max_date = '2023-11-03'
# max_date = '2023-11-10'
# max_date = '2023-11-17'
# max_date = '2023-11-24'
# max_date = '2023-12-01'
# max_date = '2023-12-08'
max_date = '2023-12-15'
# 待预测指数 # 待预测指数
# PREDICT_LIST = [67, 121, 122, 123] # PREDICT_LIST = [67, 121, 122, 123]
PREDICT_LIST = [67, 121, 122, 123, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 169, 170, 171, 174, 175] PREDICT_LIST = [67, 121, 122, 123, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 174,
175, 177, 178]
eco = [65, 66, 74, 134] eco = [65, 66, 74, 134]
index = [67, 68, 69, 70, 71, 72, 73, 75,76,77,105,106, 116, 117, 138, 139, 142, 143, 140, 141, 144, 145, 146] index = [67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 105, 106, 116, 117, 138, 139, 142, 143, 140, 141, 144, 145, 146]
fund = [121, 122, 123, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 169, 170, 171, 174, 175] fund = [121, 122, 123, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 174, 175, 177,
178]
@autowired @autowired
......
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