Skip to content

Commit

Permalink
Merge pull request #1 from HITESHRAO2004/Experiment-1
Browse files Browse the repository at this point in the history
Create cml.yaml
  • Loading branch information
HITESHRAO2004 authored Jan 7, 2024
2 parents 377321b + 5bfa684 commit d7d347c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit d7d347c

Please sign in to comment.