danielle2003 commited on
Commit
dab2c77
·
2 Parent(s): d6d26ef 21812c2

Merge branch 'main' of https://github.com/dani-ange/sentiment-analysis-project

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +3 -3
.github/workflows/ci-cd.yml CHANGED
@@ -21,13 +21,13 @@ jobs:
21
  pip install -r requirements.txt
22
 
23
  - name: Train Model
24
- run: python train.py
25
 
26
  - name: Evaluate Model
27
- run: python evaluate.py
28
 
29
  - name: Run Tests
30
- run: python test.py
31
 
32
  - name: Upload Model Artifacts
33
  #uses: actions/upload-artifact@v3
 
21
  pip install -r requirements.txt
22
 
23
  - name: Train Model
24
+ run: python scripts/train.py
25
 
26
  - name: Evaluate Model
27
+ run: python scripts/evaluate.py
28
 
29
  - name: Run Tests
30
+ run: python scripts/test.py
31
 
32
  - name: Upload Model Artifacts
33
  #uses: actions/upload-artifact@v3