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
|
{
"command": "/home/deploy/cpdbench/execs/python/cpdbench_bocpdms.py -i /home/deploy/cpdbench/datasets/occupancy.json --intensity 50 --prior-a 1.0 --prior-b 1.0 --threshold 100 --use-timeout",
"dataset": "occupancy",
"dataset_md5": "bc6cd9adaf496fe30bf0e417d2c3b0c6",
"error": null,
"hostname": "scw-blissful-wiles",
"parameters": {
"S1": 4,
"S2": 1,
"intensity": 50.0,
"intercept_grouping": null,
"lower_AR": 1,
"prior_a": 1.0,
"prior_b": 1.0,
"prior_mean_scale": 0,
"prior_var_scale": 1,
"threshold": 100,
"upper_AR": 4,
"use_timeout": true
},
"result": {
"cplocations": [
2,
3,
93,
183,
465,
506
],
"runtime": 449.6691834926605
},
"script": "/home/deploy/cpdbench/execs/python/cpdbench_bocpdms.py",
"script_md5": "e6a84daedb85993dbe95448b4a5018e7",
"status": "SUCCESS"
}
|