File size: 361 Bytes
d7a64f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "best_model": "RandomForest",
  "results": {
    "RandomForest": {
      "val_acc": 0.3076923076923077,
      "test_acc": 0.2597402597402597
    },
    "GradientBoosting": {
      "val_acc": 0.19230769230769232,
      "test_acc": 0.18831168831168832
    },
    "SVM": {
      "val_acc": 0.21794871794871795,
      "test_acc": 0.16883116883116883
    }
  }
}