Compare commits

...

7 Commits

Author SHA1 Message Date
d9448d1960 Stupid solution 2020-05-27 19:22:47 +02:00
f419b2fea0 Merge git://gonito.net/paranormal-or-skeptic 2020-05-27 19:00:15 +02:00
ecfafbf86c Switch to probabilities 2020-04-20 14:53:12 +02:00
Dawid Jurkiewicz
de81465278 Add F1, precision and recall 2020-04-06 12:52:21 +02:00
abba594b01 Update README.md 2020-03-30 18:29:13 +02:00
73a1b8862f Switching to O/1 2020-03-30 18:28:23 +02:00
f17f86149c Fix unwanted spaces 2020-03-30 12:30:04 +02:00
7 changed files with 305278 additions and 300126 deletions

View File

@ -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 `S` and `P`.
Output label is the probability of a paranormal subreddit.
Sources
-------

View File

@ -1 +1 @@
--metric Accuracy --precision 4 --in-header in-header.tsv --out-header out-header.tsv
--metric Likelihood --metric Accuracy --metric F1 --metric F0:N<Precision> --metric F9999999:N<Recall> --precision 4 --in-header in-header.tsv --out-header out-header.tsv

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1
stupid-solution.sh Normal file
View File

@ -0,0 +1 @@
for l in {1..5152}; do echo 0; done > out.tsv

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff