1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"error" : "Invalid Method, must be AMOC, SegNeigh or BinSeg",
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_changepoint.R --args -i /home/deploy/cpdbench/datasets/nile.json -p Asymptotic -f mean -t CUSUM -m PELT",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_changepoint.R",
"script_md5" : "88eac82295fae0cc030d40da93501e50",
"hostname" : "scw-blissful-wiles",
"dataset" : "nile",
"dataset_md5" : "5b08800e3ec692bfa5385b978658199b",
"status" : "FAIL",
"parameters" : {
"pen.value" : 0.05,
"func" : "mean",
"max_cp" : "max",
"method" : "PELT",
"penalty" : "Asymptotic",
"test_statistic" : "CUSUM"
},
"result" : {
"cplocations" : null,
"runtime" : null
}
}
|