1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"error" : null,
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_prophet.R --args -i /home/deploy/cpdbench/datasets/unemployment_nl.json -N default",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_prophet.R",
"script_md5" : "6dfa8c33703f6b5b0624c4a686df148a",
"hostname" : "scw-blissful-wiles",
"dataset" : "unemployment_nl",
"dataset_md5" : "26d8c0359de7f733a6fb51d4d60b5af6",
"status" : "SUCCESS",
"parameters" : {
"changepoint.range" : 1,
"threshold" : 0.01,
"yearly.seasonality" : "auto",
"weekly.seasonality" : "auto",
"daily.seasonality" : "auto",
"Nmax" : 25
},
"result" : {
"cplocations" : [],
"runtime" : 1.512851
}
}
|