-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andre Altmann
committed
Jul 2, 2024
1 parent
cb20904
commit 18262cb
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ | |
# cp: Carpentries (to use for instructor training for instance) | ||
# incubator: The Carpentries Incubator | ||
carpentry: 'IDEAS' | ||
varnish: 'HealthBioscienceIDEAS/varnish@IDEAS' | ||
sandpaper: 'HealthBioscienceIDEAS/sandpaper@IDEAS' | ||
|
||
# Overall title for pages. | ||
title: 'Machine Learning and AI for Medical Data' | ||
|
@@ -60,21 +58,30 @@ contact: '[email protected]' | |
# - another-learner.md | ||
|
||
# Order of episodes in your lesson | ||
episodes: | ||
episodes: | ||
- introduction.Rmd | ||
- first-ml-algorithms.Rmd | ||
- loss-and-optimization.Rmd | ||
- regularization.Rmd | ||
- practical-tabular-data.Rmd | ||
- support-vector-machines.Rmd | ||
- validation-and-tuning.Rmd | ||
- practical-imaging-data.Rmd | ||
|
||
# Information for Learners | ||
learners: | ||
learners: | ||
|
||
# Information for Instructors | ||
instructors: | ||
instructors: | ||
|
||
# Learner Profiles | ||
profiles: | ||
profiles: | ||
|
||
# Customisation --------------------------------------------- | ||
# | ||
# This space below is where custom yaml items (e.g. pinning | ||
# sandpaper and varnish versions) should live | ||
|
||
|
||
varnish: HealthBioscienceIDEAS/varnish@IDEAS | ||
sandpaper: HealthBioscienceIDEAS/sandpaper@IDEAS |