From e11e1753095c56b43d4fdd5cce87b5e7ed291b7b Mon Sep 17 00:00:00 2001 From: WinstonLiyt <104308117+WinstonLiyt@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:20:15 +0800 Subject: [PATCH] Remove an absolute path. Remove an absolute path. --- .../qlib/experiment/factor_template/conf_combined.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rdagent/scenarios/qlib/experiment/factor_template/conf_combined.yaml b/rdagent/scenarios/qlib/experiment/factor_template/conf_combined.yaml index c2e081f4..f32e7ea0 100644 --- a/rdagent/scenarios/qlib/experiment/factor_template/conf_combined.yaml +++ b/rdagent/scenarios/qlib/experiment/factor_template/conf_combined.yaml @@ -21,7 +21,6 @@ data_handler_config: &data_handler_config - ["LABEL0"] - class: qlib.data.dataset.loader.StaticDataLoader kwargs: - # config: "/home/finco/v-yuanteli/RD-Agent/rdagent/scenarios/qlib/task_generator/factor_template/combined_factors_df.pkl" config: "combined_factors_df.pkl" learn_processors: @@ -90,4 +89,4 @@ task: - class: PortAnaRecord module_path: qlib.workflow.record_temp kwargs: - config: *port_analysis_config \ No newline at end of file + config: *port_analysis_config