sentiment-analysis / README.md
Tymec's picture
Fix merge
0993d5e
|
raw
history blame
626 Bytes

Sentiment Analysis

Usage

  1. Clone the repository
  2. cd into the repository
  3. Run just install to install the dependencies
  4. Run just app --help to see the available commands

Datasets

Required tools

  • just
  • poetry

TODO

  • Use random search for hyperparameter tuning and grid search for fine-tuning
  • Use a stopword list
  • Use xgboost?