- we will build simple binary classfication to classify Stackoverflow question into Python tags or non Python Tags.
- This project is simple implementation of End To End ML Pipeline using DVC Tool.
- Using GitHub Actions for tracking ML Workflow.
- Used DVC to monitor end to end pipeline results.
DVC project template
conda create --prefix ./env python=3.7 -y
conda activate ./env
OR
source activate ./env
pip install -r requirements.txt
dvc init
dvc repro