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

ai 模块对X和Y列增添数据

parent cf56ccc4
...@@ -40,7 +40,7 @@ def predictionFromMoel(the_model, scaledX_forecast, predict_item): ...@@ -40,7 +40,7 @@ def predictionFromMoel(the_model, scaledX_forecast, predict_item):
######################################## ########################################
if __name__ == '__main__': if __name__ == '__main__':
# sync() sync()
toForecast = True # False means test, True means forecast toForecast = True # False means test, True means forecast
# define some parameters # define some parameters
win1W = 5 # 1 week win1W = 5 # 1 week
......
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