Skip to content

Commit

Permalink
Update launch_objects.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth authored Aug 20, 2024
1 parent 004424b commit 8234dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/commons/model/launch_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ class SearchConfig(BaseModel):
AutoAnalysisTimeout: int = 300
MaxAutoAnalysisItemsToProcess: int = 4000
DefectTypeModelNumEstimators: int = 5
SuggestBoostModelNumEstimators: int = 75
SuggestBoostModelNumEstimators: int = 50
SuggestBoostModelMaxDepth: int = 5
AutoBoostModelNumEstimators: int = 75
AutoBoostModelNumEstimators: int = 50
AutoBoostModelMaxDepth: int = 5


Expand Down

0 comments on commit 8234dc3

Please sign in to comment.