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
|
{
"centered_clean": {
"holdout_accuracy": 0.46,
"finite": true,
"wall_seconds": 130.83766984939575
},
"fixed_intercept": {
"holdout_accuracy": 0.4545,
"finite": true,
"wall_seconds": 137.8658630847931
},
"fixed_raw": {
"holdout_accuracy": 0.1,
"finite": true,
"wall_seconds": 137.8575496673584
},
"fixed_sdil": {
"holdout_accuracy": 0.4545,
"finite": true,
"wall_seconds": 137.94070744514465
},
"profile_intercept_c10": {
"holdout_accuracy": 0.4385,
"finite": true,
"wall_seconds": 138.1002230644226
},
"profile_oracle": {
"holdout_accuracy": 0.46,
"finite": true,
"wall_seconds": 137.5885124206543
},
"profile_raw": {
"holdout_accuracy": 0.327,
"finite": true,
"wall_seconds": 137.36874747276306
},
"profile_sdil_c10": {
"holdout_accuracy": 0.4235,
"finite": true,
"wall_seconds": 137.58509063720703
}
}
|