feat: 3-variable macro model (USDKRW+RETAIL_SALES+INVEST_RATE), forced_vars support, methodology sync
This commit is contained in:
4
main.py
4
main.py
@@ -166,7 +166,9 @@ def main():
|
||||
else:
|
||||
model_input = macro_data
|
||||
|
||||
macro_model = build_macro_zt_model(zt_dict, model_input, method="stepwise_aic")
|
||||
forced_vars = config.get("model", {}).get("macro_vars", None)
|
||||
macro_model = build_macro_zt_model(zt_dict, model_input, method="stepwise_aic",
|
||||
forced_vars=forced_vars)
|
||||
|
||||
print(f"\n 선택된 변수: {macro_model.selected_vars}")
|
||||
print(macro_model.summary())
|
||||
|
||||
Reference in New Issue
Block a user