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_well_log.json | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'analysis/output/summaries/summary_well_log.json') diff --git a/analysis/output/summaries/summary_well_log.json b/analysis/output/summaries/summary_well_log.json index 1fa1dbf9..02ef1a9a 100644 --- a/analysis/output/summaries/summary_well_log.json +++ b/analysis/output/summaries/summary_well_log.json @@ -35762,6 +35762,20 @@ "status": "SUCCESS" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "cda94e12b9e49d1e.json", + "cplocations": [], + "scores": { + "f1": 0.23702252693437809, + "precision": 1.0, + "recall": 0.13444444444444445, + "cover": 0.22457547325102878 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -36861,6 +36875,20 @@ }, "status": "SUCCESS" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "7440f3494b9cbddd.json", + "cplocations": [], + "scores": { + "f1": 0.23702252693437809, + "precision": 1.0, + "recall": 0.13444444444444445, + "cover": 0.22457547325102878 + }, + "status": "SUCCESS" + } ] } } \ No newline at end of file -- cgit v1.2.3