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