From 73ac5aa0861f41ec1be4357c7f2fa13a92fe4cf3 Mon Sep 17 00:00:00 2001 From: Anna Meyer Date: Tue, 5 Dec 2023 14:01:35 -0600 Subject: [PATCH] fix config --- config.yaml | 7 ++----- index.md | 7 ++++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 1f8ecc94..7987e325 100644 --- a/config.yaml +++ b/config.yaml @@ -43,10 +43,6 @@ contact: 'apmeyer4@wisc.edu' # # Example ------------- # -episodes: -- introduction.md -- problem-definition.md -# # learners: # - setup.md # @@ -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: diff --git a/index.md b/index.md index af662764..5594d4c3 100644 --- a/index.md +++ b/index.md @@ -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