-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
26 lines (18 loc) · 765 Bytes
/
_toc.yml
File metadata and controls
26 lines (18 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: book/introduction
parts:
- caption: Repetition Questions for Exam Prep
chapters:
- file: book/01_lec/01_intro_to_supervised_learning
- file: book/02_lec/02_model_selection_and_assessment
- file: book/03_lec/03_linear_model_selection
- file: book/04_lec/04_regularization_and_derived_input_regression
- file: book/05_lec/05_Linear_methods_for_classification
- file: book/06_lec/06_nonlinear_methods_for_classification
- file: book/07_lec/07_nonlinear_regression_basis_expansion
- file: book/08_lec/08_GAMs
- file: book/09_lec/09_tree-based_methods
- file: book/10_lec/10_boosting
- file: book/12_lec/12_SVMs