Update app.py
Browse files
app.py
CHANGED
|
@@ -155,8 +155,8 @@ class SystemConfig:
|
|
| 155 |
early_stopping_patience: int = 3
|
| 156 |
|
| 157 |
# XGBoost settings
|
| 158 |
-
xgb_n_estimators: int =
|
| 159 |
-
xgb_max_depth: int =
|
| 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
|