Skip to content

Commit

Permalink
exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s committed Jul 7, 2024
1 parent be5f894 commit 2086db9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/model_benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ The workflow which triggers the model evaluation is in [`model_benchmarking.yml`

The next workflow follows the steps `create_website_spectrogram` workflow, which converts a notebook [`display_benchmarks`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/ambient_sound_analysis/display_benchmarks.ipynb) to a website. In this case, we have a very simple notebook which reads all `score_[SHA].csv` and displays a "benchmark table" with the individual entries. This notebook is converted to a webpage ([https://uwescience.github.io/SciPy2024-GitHubActionsTutorial/display_benchmarks.html](https://uwescience.github.io/SciPy2024-GitHubActionsTutorial/display_benchmarks.html/)).

### Exercise

Create a branch and update the `model_versioning.py` file with a different threshold

```
# set threshold
threshold = ??
```

Submit a pull request from this branch to main and monitor the execution of the workflows. Check out the generated website at [https://uwescience.github.io/SciPy2024-GitHubActionsTutorial/display_benchmarks.html](https://uwescience.github.io/SciPy2024-GitHubActionsTutorial/display_benchmarks.html/).





Expand Down

0 comments on commit 2086db9

Please sign in to comment.