Browse Source

fix(ai/nlp): add missing data file

tweets_train.txt was missing
pull/1815/head
davhojt 1 year ago
parent
commit
6afb95d1f8
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 2
      subjects/ai/nlp/README.md
  2. 6588
      subjects/ai/nlp/resources/tweets_train.txt

2
subjects/ai/nlp/README.md

@ -185,7 +185,7 @@ As explained in the ressource, the Bag of word reprensation makes the assumption
- Wordcount: Each document is a word count vector
- TFIDF: Each document is a score vector. The score is detailed in the next exercise.
The data `tweets_train.txt` contains tweets labeled with a sentiment. It gives the positivity of a tweet.
The data file [tweets_train.txt](resources/tweets_train.txt) contains tweets labeled with a sentiment. It gives the positivity of a tweet.
Steps:

6588
subjects/ai/nlp/resources/tweets_train.txt

File diff suppressed because it is too large diff.load
Loading…
Cancel
Save