From 6e79debffb72488d444e9aa2614705428c824f86 Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Mon, 26 Feb 2024 15:31:02 +0100 Subject: [PATCH] fix lstchain config in 20240126_v0.10.4_src6_dec2276_tuned verbose must be an int and was set to 0.0 --- .../lstchain_config_20240126_v0.10.4_src6_dec2276_tuned.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production_configs/20240126_v0.10.4_src6_dec2276_tuned/lstchain_config_20240126_v0.10.4_src6_dec2276_tuned.json b/production_configs/20240126_v0.10.4_src6_dec2276_tuned/lstchain_config_20240126_v0.10.4_src6_dec2276_tuned.json index ef7a2cbd..62295a40 100644 --- a/production_configs/20240126_v0.10.4_src6_dec2276_tuned/lstchain_config_20240126_v0.10.4_src6_dec2276_tuned.json +++ b/production_configs/20240126_v0.10.4_src6_dec2276_tuned/lstchain_config_20240126_v0.10.4_src6_dec2276_tuned.json @@ -132,7 +132,7 @@ "bootstrap": true, "oob_score": false, "random_state": 42, - "verbose": 0.0, + "verbose": 0, "warm_start": false, "class_weight": null }, @@ -150,7 +150,7 @@ "bootstrap": true, "oob_score": false, "random_state": 42, - "verbose": 0.0, + "verbose": 0, "warm_start": false, "class_weight": null },