Skip to content

Commit

Permalink
Merge pull request #24 from nfidd/read-through-evaluation
Browse files Browse the repository at this point in the history
Evaluation read through and getting started update
  • Loading branch information
seabbs authored Nov 4, 2024
2 parents 5b489c0 + 961255f commit 4ec23a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions getting-set-up.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Each session in this course uses R code for demonstration.
All the content is self-contained within a software package designed for the course.
To get the most out of this course, you will need to use R and the following instructions to interact with the course material.

If you would like to you can follow the course material without installing any software or running any code.
However, if you would like to run the code yourself, you will need to follow the instructions below.

# Overview

All the content is self-contained within a R software package designed for the course and uses notebooks for each session.

# Getting R

Expand Down
2 changes: 1 addition & 1 deletion sessions/forecast-evaluation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sc_scores
::: {.callout-note collapse="true"}
## Learning more about the output of `score()`

See the documentation for `?metrics_sample` for information on the default metrics for forecasts that are represented as samples (in our case the samples generated by the stan model).
See the documentation for `?get_metrics.forecast_sample` for information on the default metrics for forecasts that are represented as samples (in our case the samples generated by the stan model).
:::

### At a glance
Expand Down
2 changes: 1 addition & 1 deletion sessions/slides/forecast-evaluation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ engine: knitr
format:
revealjs:
output: slides/forecast-evaluation.html
footer: "Forecast evaluatino"
footer: "Forecast evaluation"
slide-level: 3
---

Expand Down

0 comments on commit 4ec23a2

Please sign in to comment.