Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
annapmeyer committed Dec 5, 2023
1 parent e967c5e commit 73ac5aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 2 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ contact: '[email protected]'
#
# Example -------------
#
episodes:
- introduction.md
- problem-definition.md
#
# learners:
# - setup.md
#
Expand All @@ -58,8 +54,9 @@ episodes:
# - another-learner.md

# Order of episodes in your lesson
episodes:
episodes:
- introduction.md
- problem-definition.md

# Information for Learners
learners:
Expand Down
7 changes: 6 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
site: sandpaper::sandpaper_site
---

This is a new lesson built with [The Carpentries Workbench][workbench].
This lesson aims to teach responsible machine learning practices with a focus on fairness, explainability, and reproducibility.

Prerequisites
- Participants should have experience using Python.
- Participants should have a basic understanding of machine learning (e.g., familiar with the concepts like train/test split and cross-validation) and should have trained at least one model in the past.
- Participants should care about the interpretability, reproducibility, and/or fairness of the models they build.
- Participants should have domain knowledge of the field they work in and want to build models for.

[workbench]: https://carpentries.github.io/sandpaper-docs

0 comments on commit 73ac5aa

Please sign in to comment.