Skip to content

Commit 46616f5

Browse files
committed
site deploy
Auto-generated via `{sandpaper}` Source : 8d19068 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2026-02-10 02:10:16 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : c456d0c Branch : main Author : Sue McClatchy <smcclatchy@users.noreply.github.com> Time : 2026-02-03 22:12:34 +0000 Message : Merge pull request #2 from carpentries-incubator/update/packages Update 100 packages
1 parent 9cfc429 commit 46616f5

37 files changed

Lines changed: 5127 additions & 692 deletions

404.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aio.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

citation.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

class-prediction.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clustering.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conditional-probabilities-expectations.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@ carpentry: 'incubator'
1818
carpentry_description: 'Lesson Description'
1919

2020
# Overall title for pages.
21-
title: 'Lesson Title' # FIXME
21+
title: 'Machine Learning for Biomedical Science'
2222

2323
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24-
created: ~ # FIXME: ( ~ means empty, replace with date formatted as above)
24+
created: 2025-07-15
2525

2626
# Comma-separated list of keywords for the lesson
27-
keywords: 'software, data, lesson, The Carpentries' # FIXME
27+
keywords: 'software, data, lesson, The Carpentries, machine learning, classification, clustering, biomedical science'
2828

2929
# Life cycle stage of the lesson
3030
# possible values: pre-alpha, alpha, beta, stable
31-
life_cycle: 'pre-alpha' # FIXME
31+
life_cycle: 'beta'
3232

3333
# License of the lesson
3434
license: 'CC-BY 4.0'
3535

3636
# Link to the source repository for this lesson
37-
source: 'https://github.com/carpentries/workbench-template-rmd' # FIXME
37+
source: 'https://github.com/smcclatchy/machine-learning-biomedical-science'
3838

3939
# Default branch of your lesson
4040
branch: 'main'
4141

4242
# Who to contact if there are any issues
43-
contact: 'team@carpentries.org' # FIXME
43+
contact: 'susan.mcclatchy@jax.org'
4444

4545
# Navigation ------------------------------------------------
4646
#
@@ -67,6 +67,12 @@ contact: 'team@carpentries.org' # FIXME
6767
# Order of episodes in your lesson
6868
episodes:
6969
- introduction.Rmd
70+
- clustering.Rmd
71+
- conditional-probabilities-expectations.Rmd
72+
- smoothing.Rmd
73+
- class-prediction.Rmd
74+
- cross-validation.Rmd
75+
7076

7177
# Information for Learners
7278
learners:

cross-validation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)