Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ OPEN-ARC-BPP is a simple XGBClassifier model developed as part of Infinitode's O
|
|
| 24 |
|
| 25 |
**Architecture**:
|
| 26 |
|
| 27 |
-
- **XGBClassifer**: `n_estimators=200`, `learning_rate=0.1`, `max_depth=4`, `eval_metric="logloss"`, `use_label_encoder=False`, `random_state=42
|
| 28 |
- **Framework**: XGBoost
|
| 29 |
- **Training Setup**: Trained using selected params.
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
**Architecture**:
|
| 26 |
|
| 27 |
+
- **XGBClassifer**: `n_estimators=200`, `learning_rate=0.1`, `max_depth=4`, `eval_metric="logloss"`, `use_label_encoder=False`, `random_state=42`.
|
| 28 |
- **Framework**: XGBoost
|
| 29 |
- **Training Setup**: Trained using selected params.
|
| 30 |
|