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
|
{
"error" : null,
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_rfpop.R --args -i /home/deploy/cpdbench/datasets/homeruns.json -l Outlier",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_rfpop.R",
"script_md5" : "3b863ed48a30b8b0b5615d4614c3fa4b",
"hostname" : "scw-blissful-wiles",
"dataset" : "homeruns",
"dataset_md5" : "987bbab63e2c72acba1c07325303720c",
"status" : "SUCCESS",
"parameters" : {
"lambda" : 9.541369,
"lthreshold" : 3,
"loss" : "Outlier"
},
"result" : {
"cplocations" : [
18,
27,
40,
44,
53,
59,
65,
67,
69,
75,
94,
105,
114,
117
],
"runtime" : 0.002218246
}
}
|