File size: 488 Bytes
ab6d575
 
 
 
 
 
 
 
 
 
 
 
 
5e7ed7d
ab6d575
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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
}