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_unemployment_nl.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_unemployment_nl.json')
| -rw-r--r-- | analysis/output/summaries/summary_unemployment_nl.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/analysis/output/summaries/summary_unemployment_nl.json b/analysis/output/summaries/summary_unemployment_nl.json index 110ca11b..f6dcf2cd 100644 --- a/analysis/output/summaries/summary_unemployment_nl.json +++ b/analysis/output/summaries/summary_unemployment_nl.json @@ -24057,6 +24057,20 @@ "status": "SUCCESS" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "da2469d263e74efd.json", + "cplocations": [], + "scores": { + "f1": 0.5663082437275986, + "precision": 1.0, + "recall": 0.395, + "cover": 0.5065595248493318 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -24658,6 +24672,20 @@ }, "status": "SUCCESS" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "51f8c27fb4e4571b.json", + "cplocations": [], + "scores": { + "f1": 0.5663082437275986, + "precision": 1.0, + "recall": 0.395, + "cover": 0.5065595248493318 + }, + "status": "SUCCESS" + } ] } }
\ No newline at end of file |
