diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-25 13:47:18 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-25 14:19:58 +0100 |
| commit | f3b6797e3b4a2dd1be46d3c8c59b2d74d1a129bf (patch) | |
| tree | 4854f6d68179f23264e1d8acc4c6e23fe382c16a /analysis/output/summaries/summary_gdp_iran.json | |
| parent | Don't update pip in Dockerfile (diff) | |
| download | TCPDBench-f3b6797e3b4a2dd1be46d3c8c59b2d74d1a129bf.tar.gz TCPDBench-f3b6797e3b4a2dd1be46d3c8c59b2d74d1a129bf.zip | |
Add the "zero" method
This method always returns that a series contains
no change points.
Diffstat (limited to 'analysis/output/summaries/summary_gdp_iran.json')
| -rw-r--r-- | analysis/output/summaries/summary_gdp_iran.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/analysis/output/summaries/summary_gdp_iran.json b/analysis/output/summaries/summary_gdp_iran.json index 6bb3c0b9..b22ef0a9 100644 --- a/analysis/output/summaries/summary_gdp_iran.json +++ b/analysis/output/summaries/summary_gdp_iran.json @@ -19815,6 +19815,20 @@ "status": "SUCCESS" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "1c67f51aa95a8ed9.json", + "cplocations": [], + "scores": { + "f1": 0.651685393258427, + "precision": 1.0, + "recall": 0.4833333333333334, + "cover": 0.582639714625446 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -20257,6 +20271,20 @@ }, "status": "SUCCESS" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "3669c850adae9772.json", + "cplocations": [], + "scores": { + "f1": 0.651685393258427, + "precision": 1.0, + "recall": 0.4833333333333334, + "cover": 0.582639714625446 + }, + "status": "SUCCESS" + } ] } }
\ No newline at end of file |
