From ecfafbf86cd946b8e4f71cf6e124d18c683d002b Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 20 Apr 2020 14:53:12 +0200 Subject: [PATCH] Switch to probabilities --- README.md | 2 +- config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 491ce74..8c928a6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Classify a reddit as either from Skeptic subreddit or one of the "paranormal" subreddits (Paranormal, UFOs, TheTruthIsHere, Ghosts, ,Glitch-in-the-Matrix, conspiracytheories). -Output label is 0 (for skeptic) and 1 (for paranormal). +Output label is the probability of a paranormal subreddit. Sources ------- diff --git a/config.txt b/config.txt index aaf6828..f148428 100644 --- a/config.txt +++ b/config.txt @@ -1 +1 @@ ---metric Accuracy --metric F1 --metric F0:N --metric F9999999:N --precision 4 --in-header in-header.tsv --out-header out-header.tsv +--metric Likelihood --metric Accuracy --metric F1 --metric F0:N --metric F9999999:N --precision 4 --in-header in-header.tsv --out-header out-header.tsv