From f3b6797e3b4a2dd1be46d3c8c59b2d74d1a129bf Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 May 2020 13:47:18 +0100 Subject: Add the "zero" method This method always returns that a series contains no change points. --- analysis/output/summaries/summary_run_log.json | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'analysis/output/summaries/summary_run_log.json') diff --git a/analysis/output/summaries/summary_run_log.json b/analysis/output/summaries/summary_run_log.json index ceebf1e1..22a46c08 100644 --- a/analysis/output/summaries/summary_run_log.json +++ b/analysis/output/summaries/summary_run_log.json @@ -18527,6 +18527,20 @@ "status": "SKIP" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "9b2017c452d09bd6.json", + "cplocations": [], + "scores": { + "f1": 0.4455958549222798, + "precision": 1.0, + "recall": 0.2866666666666667, + "cover": 0.3035168628338615 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -18960,6 +18974,20 @@ "scores": null, "status": "SKIP" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "71eb5d4f00fb9d07.json", + "cplocations": [], + "scores": { + "f1": 0.4455958549222798, + "precision": 1.0, + "recall": 0.2866666666666667, + "cover": 0.3035168628338615 + }, + "status": "SUCCESS" + } ] } } \ No newline at end of file -- cgit v1.2.3