Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
d9448d1960 | |||
f419b2fea0 | |||
ecfafbf86c | |||
|
de81465278 | ||
abba594b01 | |||
73a1b8862f | |||
f17f86149c |
@ -5,7 +5,7 @@ Classify a reddit as either from Skeptic subreddit or one of the
|
|||||||
"paranormal" subreddits (Paranormal, UFOs, TheTruthIsHere, Ghosts,
|
"paranormal" subreddits (Paranormal, UFOs, TheTruthIsHere, Ghosts,
|
||||||
,Glitch-in-the-Matrix, conspiracytheories).
|
,Glitch-in-the-Matrix, conspiracytheories).
|
||||||
|
|
||||||
Output label is `S` and `P`.
|
Output label is the probability of a paranormal subreddit.
|
||||||
|
|
||||||
Sources
|
Sources
|
||||||
-------
|
-------
|
||||||
|
@ -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
|
||||||
|
10544
dev-0/expected.tsv
10544
dev-0/expected.tsv
File diff suppressed because it is too large
Load Diff
10544
dev-0/out.tsv
10544
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
1
stupid-solution.sh
Normal file
1
stupid-solution.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
for l in {1..5152}; do echo 0; done > out.tsv
|
5153
test-A/out.tsv
5153
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
579158
train/expected.tsv
579158
train/expected.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user