Skip to content

Experiment by changing depth to 4 #3

Experiment by changing depth to 4

Experiment by changing depth to 4 #3

Workflow file for this run

name: CML
on: [push]
jobs:
train-and-report:
runs-on: ubuntu-latest
container: docker://ghcr.io/iterative/cml:0-dvc2-base1
steps:
- uses: actions/checkout@v3
- name: Train model
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install -r requirements.txt
python train.py # generate plot.png
# Create CML report
cat metrics.txt >> report.md
echo '!(./plot.png "Confusion Matrix")' >> report.md
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/cml.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cml.yaml

Invalid workflow file

You have an error in your yaml syntax on line 19
cml comment create report.md
=======
cml comment create report.md
>>>>>>> c9c93716fd5af55e194fccb17839ace3add989cd