From 941c9fe7e066a5a0e7992947f454b7ac50888c89 Mon Sep 17 00:00:00 2001 From: Yao <1928814540@qq.com> Date: Thu, 20 Jun 2024 13:35:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9C=A8?= =?UTF-8?q?=E4=B8=BB=E5=87=BD=E6=95=B0=E4=B8=AD=E5=AF=B9=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=9A=84=E9=94=99=E8=AF=AF=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index f1f92cb..92f595c 100644 --- a/main.py +++ b/main.py @@ -11,8 +11,8 @@ def main(target: str, m.VAR_Forecasting, m.ARIMA_Forecasting, m.SARIMA_Forecasting, m.RF_Forecasting ]): - # pg.run() - # m.run(forecast_target=target, exog_columns=exog_columns, models=models) + pg.run() + m.run(forecast_target=target, exog_columns=exog_columns, models=models) ev.run(target=target, target_name=target_name, models=models)