Skip to content

Commit

Permalink
Merge pull request #1294 from cta-observatory/fewer_trees
Browse files Browse the repository at this point in the history
Reduce number of trees in RF regressors
  • Loading branch information
moralejo authored Oct 1, 2024
2 parents e4a5b7a + 057b198 commit d1cd930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions lstchain/data/lstchain_standard_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit d1cd930

Please sign in to comment.