Sentiment Classification using lightgbm, tracked with MLflow in AWS EC2 instance, ML pipeline with DVC
conda create -n sen-analyzer-cenv python=3.11 -y
conda activate sen-analyzer-cenv
pip install -r requirements.txt
- Data Ingestion
- Data Preprocessing
- Model Building
- Model Evaluation
- Model Registration
dvc init
dvc repro
dvc dag