geval
This commit is contained in:
parent
93ddddcf53
commit
6bae673ab7
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
*.bak
|
*.bak
|
||||||
*.pyc
|
*.pyc
|
||||||
*.o
|
*.o
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.token
|
.token
|
||||||
|
26
README.md
26
README.md
@ -1,13 +1,13 @@
|
|||||||
Skeptic vs paranormal subreddits
|
Skeptic vs paranormal subreddits
|
||||||
================================
|
================================
|
||||||
|
|
||||||
Classify a reddit as either from Skeptic subreddit or one of the
|
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 the probability of a paranormal subreddit.
|
Output label is the probability of a paranormal subreddit.
|
||||||
|
|
||||||
Sources
|
Sources
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Data taken from <https://archive.org/details/2015_reddit_comments_corpus>.
|
Data taken from <https://archive.org/details/2015_reddit_comments_corpus>.
|
||||||
|
@ -1 +1 @@
|
|||||||
--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
|
--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
10544
dev_out.txt
10544
dev_out.txt
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
PostText Timestamp
|
PostText Timestamp
|
||||||
|
|
@ -1 +1 @@
|
|||||||
Label
|
Label
|
||||||
|
|
10304
test-A/out.tsv
10304
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
10304
test_out.txt
10304
test_out.txt
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