From 6eaf0f57247cf29e63d46d75eb1d6a5c95835482 Mon Sep 17 00:00:00 2001 From: Meng Li <34143965+Meng6@users.noreply.github.com> Date: Mon, 17 Aug 2020 10:49:39 -0400 Subject: [PATCH] Discard useless parameters in example_config.yaml --- example_profile/example_config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/example_profile/example_config.yaml b/example_profile/example_config.yaml index 8a57056d..ff59e3cb 100644 --- a/example_profile/example_config.yaml +++ b/example_profile/example_config.yaml @@ -311,9 +311,3 @@ PARAMS_FOR_ANALYSIS: {"clf__learning_rate": [0.01, 0.1, 1], "clf__n_estimators": [5, 10, 100, 200], "clf__num_leaves": [5, 16, 31, 62]} LightGBM: {"clf__learning_rate": [0.01, 0.1, 1], "clf__n_estimators": [5, 10, 100, 200], "clf__num_leaves": [5, 16, 31, 62]} - - - # Target Settings: - # 1 => TARGETS_RATIO_THRESHOLD (ceiling) or more of available CESD scores were TARGETS_VALUE_THRESHOLD or higher; 0 => otherwise - TARGETS_RATIO_THRESHOLD: 0.5 - TARGETS_VALUE_THRESHOLD: 16