-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
33 lines (31 loc) · 1.18 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
parts:
- caption: Regression Models
numbered: True
chapters:
- file: ml-book/Regression-Models/Univariate-linear-regression
- file: ml-book/Regression-Models/Polynomial-regression
- file: ml-book/Regression-Models/linear-regression-from-scratch
- file: ml-book/Regression-Models/Logistic-regression
- caption: Parameter Optimization
numbered: True
chapters:
- file: ml-book/Parameter-Optimization/loss-function
- file: ml-book/Parameter-Optimization/gradient-descent
#- caption: Assignments
# numbered: True
# chapters:
# - file: ml-book/Assignments/linear-regression-metrics
# - file: ml-book/Assignments/loss-function
# - file: ml-book/Assignments/gradient-descent
# - file: ml-book/Assignments/polynomial-regression-from-scratch
- caption: assignment
numbered: True
chapters:
- file: ml-book/assignment/simple-linear-regression
- file: ml-book/assignment/polynomial-regression-from-scratch
- file: ml-book/assignment/Linear-regression-metrics
- file: ml-book/assignment/Logistic-regression