Skip to content

Sentiment Classification using lightgbm, tracked with MLflow in AWS EC2 instance, ML pipeline with DVC

License

Notifications You must be signed in to change notification settings

ayonghan/sentiment-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentiment-analyzer

Sentiment Classification using lightgbm, tracked with MLflow in AWS EC2 instance, ML pipeline with DVC

1. Create a conda environment after cloning the repository

conda create -n sen-analyzer-cenv python=3.11 -y
conda activate sen-analyzer-cenv

2. install the requirements

pip install -r requirements.txt

5 Steps in DVC pipeline

  1. Data Ingestion
  2. Data Preprocessing
  3. Model Building
  4. Model Evaluation
  5. Model Registration

DVC Commands

dvc init
dvc repro
dvc dag

About

Sentiment Classification using lightgbm, tracked with MLflow in AWS EC2 instance, ML pipeline with DVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages