Skip to content

Commit

Permalink
Change n_estimators also in lstchain_lhfit_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored and morcuended committed Oct 1, 2024
1 parent 8d11d8a commit efd5878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lstchain/data/lstchain_lhfit_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit efd5878

Please sign in to comment.