SpencerCPurdy commited on
Commit
1afa82f
·
verified ·
1 Parent(s): 0655189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,8 +155,8 @@ class SystemConfig:
155
  early_stopping_patience: int = 3
156
 
157
  # XGBoost settings
158
- xgb_n_estimators: int = 200
159
- xgb_max_depth: int = 6
160
  xgb_learning_rate: float = 0.1
161
 
162
  # Ensemble settings
 
155
  early_stopping_patience: int = 3
156
 
157
  # XGBoost settings
158
+ xgb_n_estimators: int = 50
159
+ xgb_max_depth: int = 4
160
  xgb_learning_rate: float = 0.1
161
 
162
  # Ensemble settings