Skip to content

Data-Mining-HSE/nlp-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP Classification

Deadline: October 25 2024

Install dependencies

Python 3.11

Note Python <= 3.11 is required

pip install -r requirements.txt

Download dataset

In this work the Twitter Sentiment Analysis dataset is used.

mkdir -p data/
pushd data/
    kaggle datasets download -d jp797498e/twitter-entity-sentiment-analysis/
    unzip twitter-entity-sentiment-analysis.zip
    rm -rf twitter-entity-sentiment-analysis.zip
popd
  1. EDA
  2. 3 ML, 2 NN
  3. Improvement
  4. Vectorization analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published