From 6dc293a4b983fed5dfbb324fbb38740d9f278d42 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 3 Dec 2016 09:25:43 +0100 Subject: [PATCH] add more explanation for the F-measure example --- src/GEval/CreateChallenge.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/GEval/CreateChallenge.hs b/src/GEval/CreateChallenge.hs index df6cc05..2175916 100644 --- a/src/GEval/CreateChallenge.hs +++ b/src/GEval/CreateChallenge.hs @@ -85,6 +85,10 @@ https://archive.ics.uci.edu/ml/machine-learning-databases/00266/seismic-bumps.ar This is a sample/toy classification challenge for Gonito framework with F-measure as the metric. Replace it with the description of your challenge. + +For F-measure the expected value is either 1 or 0 (1 means something you are expected to detect occurred). +The output value could a probability where value greater than or equal to 0.5 is interpreted +as 1. |] ++ (commonReadmeMDContents testName) readmeMDContents _ testName = [i|