From 9cf4de4719939a280e48589f9bd0a15fe4c05ed4 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 28 May 2025 06:56:50 +0800 Subject: [PATCH] up config --- config_examples/freqaiprimer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index 737aeb42..80ad6b35 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -91,7 +91,7 @@ "outlier_protection_percentage": 0.1, "label_period_candles": 12, "include_shifted_candles": 3, - "DI_threshold": 0.9, + "DI_threshold": 0.7, "weight_factor": 0.9, "principal_component_analysis": false, "use_SVM_to_remove_outliers": false, @@ -100,7 +100,7 @@ 20, 50 ], - "plot_feature_importances": 0 + "plot_feature_importances": 10 }, "data_split_parameters": { "test_size": 0.2,