-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
32 lines (27 loc) · 1.05 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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: startPage
options: # The options key will be applied to all chapters, but not sub-sections
numbered: True
chapters:
- file: chapter-prelude/prelude
- file: chapter-intro/intro
- file: chapter-srcUncertainty/src
- file: chapter-modelingAproxUncertainty/modelingAproxUncertainty
- file: chapter-pe-scoring/scoring
- file: chapter-pe-calibration/calibration
- file: chapter-pe-ensemble/ensemble
- file: chapter-mle_and_fisher/mle
- file: chapter-generative_models/gm
- file: chapter-gaussianprocess/gaussianprocess
- file: chapter-deep_neuralnetwork/dnn
- file: chapter-bayesian_neuralnetwork/bayesian
- file: chapter-credal_sets/credal_sets
- file: chapter-reliable_classification/reliable_classification
- file: chapter-conformel_classification/conformel_classification
- file: chapter-conformel_regression/conformel_regression
- file: chapter-setValued_utilityMaximization/set
# - file: chapter-auxilary/auxilary
- file: chapter-appendix/appendix
- file: references