From c6748748bcb6d1929c7a2d8c62509849e051886e Mon Sep 17 00:00:00 2001
From: Ghislain Durif <gd.dev@libertymail.net>
Date: Tue, 7 Nov 2023 15:31:22 +0100
Subject: [PATCH] new chapter organization for quarto book

---
 1_dimred.qmd                  | 4 ++++
 1_dimred/course.qmd           | 3 +++
 2_clustering.qmd              | 4 ++++
 2_clustering/course.qmd       | 3 +++
 3_linmod_multitest.qmd        | 4 ++++
 3_linmod_multitest/course.qmd | 3 +++
 4_modsel_regul.qmd            | 4 ++++
 4_modsel_regul/course.qmd     | 3 +++
 8 files changed, 28 insertions(+)
 create mode 100644 1_dimred.qmd
 create mode 100644 1_dimred/course.qmd
 create mode 100644 2_clustering.qmd
 create mode 100644 2_clustering/course.qmd
 create mode 100644 3_linmod_multitest.qmd
 create mode 100644 3_linmod_multitest/course.qmd
 create mode 100644 4_modsel_regul.qmd
 create mode 100644 4_modsel_regul/course.qmd

diff --git a/1_dimred.qmd b/1_dimred.qmd
new file mode 100644
index 0000000..4b8fa4f
--- /dev/null
+++ b/1_dimred.qmd
@@ -0,0 +1,4 @@
+# Introduction to dimension reduction
+
+1. [Course](./dimension_reduction.pdf) (pdf)
+2. [Practice](./Practical_a.html)
diff --git a/1_dimred/course.qmd b/1_dimred/course.qmd
new file mode 100644
index 0000000..e379864
--- /dev/null
+++ b/1_dimred/course.qmd
@@ -0,0 +1,3 @@
+# Introduction to dimension reduction
+
+[Course](./dimension_reduction.pdf) (pdf)
\ No newline at end of file
diff --git a/2_clustering.qmd b/2_clustering.qmd
new file mode 100644
index 0000000..4eaf1b1
--- /dev/null
+++ b/2_clustering.qmd
@@ -0,0 +1,4 @@
+# Introduction to clustering
+
+1. [Course](./clustering.pdf) (pdf)
+2. [Practice](./Practical_b.html)
diff --git a/2_clustering/course.qmd b/2_clustering/course.qmd
new file mode 100644
index 0000000..c730c2e
--- /dev/null
+++ b/2_clustering/course.qmd
@@ -0,0 +1,3 @@
+# Introduction to clustering
+
+[Course](./clustering.pdf) (pdf)
\ No newline at end of file
diff --git a/3_linmod_multitest.qmd b/3_linmod_multitest.qmd
new file mode 100644
index 0000000..7ece4a6
--- /dev/null
+++ b/3_linmod_multitest.qmd
@@ -0,0 +1,4 @@
+# Introduction to linear models and multiple testing
+
+1. [Course](./regression_multiple_testing.pdf) (pdf)
+2. [Practice](./Practical_c.html)
diff --git a/3_linmod_multitest/course.qmd b/3_linmod_multitest/course.qmd
new file mode 100644
index 0000000..69a5821
--- /dev/null
+++ b/3_linmod_multitest/course.qmd
@@ -0,0 +1,3 @@
+# Introduction to linear models and multiple testing
+
+[Course](./regression_multiple_testing.pdf) (pdf)
\ No newline at end of file
diff --git a/4_modsel_regul.qmd b/4_modsel_regul.qmd
new file mode 100644
index 0000000..1fa0889
--- /dev/null
+++ b/4_modsel_regul.qmd
@@ -0,0 +1,4 @@
+# Introduction to model selection and regularization
+
+1. [Course](./model_selection_regularization.pdf) (pdf)
+2. [Practice](./Practical_d.html)
diff --git a/4_modsel_regul/course.qmd b/4_modsel_regul/course.qmd
new file mode 100644
index 0000000..075c933
--- /dev/null
+++ b/4_modsel_regul/course.qmd
@@ -0,0 +1,3 @@
+# Introduction to model selection and regularization
+
+[Course](./model_selection_regularization.pdf) (pdf)
\ No newline at end of file
-- 
GitLab