| { | |
| "model_name": "AdaBoost", | |
| "parameters": { | |
| "learning_rate": 0.05, | |
| "n_estimators": 100 | |
| }, | |
| "performance": { | |
| "test_accuracy": 0.6667519836191451, | |
| "test_precision": 0.6854040242733951, | |
| "test_recall": 0.8712951684937068, | |
| "test_f1": 0.7672506256703611, | |
| "test_roc_auc": 0.6959420475671518 | |
| }, | |
| "training_date": "2026-01-25 11:47:47", | |
| "feature_count": 17, | |
| "training_samples": 15628, | |
| "test_samples": 3907 | |
| } |