We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0677cd commit 6d6c742Copy full SHA for 6d6c742
.github/workflows/train_evaluate.yaml
@@ -17,7 +17,7 @@ jobs:
17
pip install -r requirements.txt
18
19
# Pull data & run-cache from S3 and reproduce pipeline
20
- dvc pull data --run-cache
+ dvc pull --run-cache
21
dvc repro
22
23
# Report metrics
@@ -30,4 +30,4 @@ jobs:
30
cml-publish ./results/roc_curve.png --md >> report.md
31
echo -e "\n### Precision and Recall Curve" >> report.md
32
cml-publish ./results/precision_recall_curve.png --md >> report.md
33
- cml-send-comment report.md
+ cml-send-comment report.md
0 commit comments