-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_metadata.json
More file actions
46 lines (46 loc) · 983 Bytes
/
model_metadata.json
File metadata and controls
46 lines (46 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"best_params": {
"max_depth": null,
"n_estimators": 50
},
"scores": {
"accuracy": 1.0,
"precision_macro": 1.0,
"recall_macro": 1.0,
"f1_macro": 1.0
},
"classification_report": {
"0": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 2.0
},
"1": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 2.0
},
"accuracy": 1.0,
"macro avg": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 4.0
},
"weighted avg": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 4.0
}
},
"features": [
"policy_id",
"action",
"previous_value",
"new_value",
"context"
]
}