Browse Source

chore(nlp): run prettier

pull/2504/head
nprimo 2 months ago committed by Niccolò Primo
parent
commit
ab205d6bfa
  1. 4
      subjects/ai/nlp/README.md

4
subjects/ai/nlp/README.md

@ -209,15 +209,15 @@ Steps:
4. Using the word counter, show the 15 most used tokenized words in the datasets' tweets
5. Add to your `count_vecotrized_df` a `label` column considering the following:
- 1: Positive
- 0: Neutral
- -1: Negative
The final DataFrame should be similar to the below:
| | ... | label |
|---:|-------:|--------:|
| --: | --: | ----: |
| 0 | ... | 1 |
| 1 | ... | -1 |
| 2 | ... | -1 |

Loading…
Cancel
Save