-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
73 lines (73 loc) · 2.79 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
format: jb-book
root: Foreword
parts:
- caption: 1. Book overview
numbered: True
chapters:
- file: Chapter_1_BookContent/BookContent
- file: Chapter_1_BookContent/BookContributions
- file: Chapter_1_BookContent/HowToUse
- caption: 2. Background
numbered: True
chapters:
- file: Chapter_2_Background/Introduction
- file: Chapter_2_Background/CreditCardFraud
- file: Chapter_2_Background/FDS
- file: Chapter_2_Background/MachineLearningForFraudDetection
- file: Chapter_2_Background/Summary
- caption: 3. Getting started
numbered: True
chapters:
- file: Chapter_3_GettingStarted/Introduction
- file: Chapter_3_GettingStarted/SimulatedDataset
- file: Chapter_3_GettingStarted/BaselineFeatureTransformation
- file: Chapter_3_GettingStarted/BaselineModeling
- file: Chapter_3_GettingStarted/Baseline_RealWorldData
- file: Chapter_3_GettingStarted/Summary
- caption: 4. Performance metrics
numbered: True
chapters:
- file: Chapter_4_PerformanceMetrics/Introduction
- file: Chapter_4_PerformanceMetrics/ThresholdBased
- file: Chapter_4_PerformanceMetrics/ThresholdFree
- file: Chapter_4_PerformanceMetrics/TopKBased
- file: Chapter_4_PerformanceMetrics/Assessment_RealWorldData
- file: Chapter_4_PerformanceMetrics/Summary
- caption: 5. Model validation and model selection
numbered: True
chapters:
- file: Chapter_5_ModelValidationAndSelection/Introduction
- file: Chapter_5_ModelValidationAndSelection/ValidationStrategies
- file: Chapter_5_ModelValidationAndSelection/ModelSelection
- file: Chapter_5_ModelValidationAndSelection/ModelSelection_RealWorldData
- file: Chapter_5_ModelValidationAndSelection/Summary
- caption: 6. Imbalanced learning
numbered: True
chapters:
- file: Chapter_6_ImbalancedLearning/Introduction
- file: Chapter_6_ImbalancedLearning/CostSensitive
- file: Chapter_6_ImbalancedLearning/Resampling
- file: Chapter_6_ImbalancedLearning/Ensembling
- file: Chapter_6_ImbalancedLearning/Imbalanced_RealWorldData
- file: Chapter_6_ImbalancedLearning/Summary
- caption: 7. Deep learning
numbered: true
chapters:
- file: Chapter_7_DeepLearning/Introduction
- file: Chapter_7_DeepLearning/FeedForwardNeuralNetworks
- file: Chapter_7_DeepLearning/Autoencoders
- file: Chapter_7_DeepLearning/SequentialModeling
- file: Chapter_7_DeepLearning/RealWorldData
- file: Chapter_7_DeepLearning/Summary
#- caption: 8. Interpretability
# numbered: true
# chapters:
# - file: Chapter_x_Interpretability/InterpretabiltySection1
# - file: Chapter_x_Interpretability/InterpretabiltySection2
# - file: Chapter_x_Interpretability/InterpretabiltySection3
# - file: Chapter_x_Interpretability/InterpretabiltySection4
- caption: References
numbered: True
chapters:
- file: Chapter_References/shared_functions
- file: Chapter_References/bibliography