diff --git a/lstchain/data/lstchain_lhfit_config.json b/lstchain/data/lstchain_lhfit_config.json index 05adda2285..fe1e89e3ac 100644 --- a/lstchain/data/lstchain_lhfit_config.json +++ b/lstchain/data/lstchain_lhfit_config.json @@ -69,7 +69,7 @@ "max_depth": 30, "min_samples_leaf": 10, "n_jobs": -1, - "n_estimators": 150, + "n_estimators": 50, "bootstrap": true, "criterion": "squared_error", "max_features": 1.0, @@ -86,7 +86,7 @@ "max_depth": 30, "min_samples_leaf": 10, "n_jobs": -1, - "n_estimators": 150, + "n_estimators": 50, "bootstrap": true, "criterion": "squared_error", "max_features": 1.0, diff --git a/lstchain/data/lstchain_standard_config.json b/lstchain/data/lstchain_standard_config.json index 3935fee3f0..bad8f978ef 100644 --- a/lstchain/data/lstchain_standard_config.json +++ b/lstchain/data/lstchain_standard_config.json @@ -73,7 +73,7 @@ "max_depth": 30, "min_samples_leaf": 10, "n_jobs": -1, - "n_estimators": 150, + "n_estimators": 50, "bootstrap": true, "criterion": "squared_error", "max_features": 1.0, @@ -90,7 +90,7 @@ "max_depth": 30, "min_samples_leaf": 10, "n_jobs": -1, - "n_estimators": 150, + "n_estimators": 50, "bootstrap": true, "criterion": "squared_error", "max_features": 1.0,