-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgenerated_sections.yml
More file actions
111 lines (95 loc) · 2.29 KB
/
generated_sections.yml
File metadata and controls
111 lines (95 loc) · 2.29 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
sections:
- title: "SpotOptim"
contents:
- SpotOptim.SpotOptim
- SpotOptim.SpotOptimConfig
- SpotOptim.SpotOptimState
- title: "Core"
contents:
- core
- core.data
- core.experiment
- title: "Surrogate Models"
contents:
- surrogate
- surrogate.kriging
- surrogate.simple_kriging
- surrogate.mlp_surrogate
- surrogate.nystroem
- surrogate.kernels
- surrogate.pipeline
- title: "Sampling"
contents:
- sampling
- sampling.design
- sampling.effects
- sampling.lhs
- sampling.mm
- title: "Optimization"
contents:
- optimizer
- optimizer.schedule_free
- title: "Hyperparameters"
contents:
- hyperparameters
- hyperparameters.parameters
- hyperparameters.repr_helpers
- title: "Neural Networks"
contents:
- nn
- nn.linear_regressor
- nn.mlp
- title: "Plotting & Visualization"
contents:
- plot
- plot.contour
- plot.mo
- plot.visualization
- title: "Utilities"
contents:
- utils
- utils.boundaries
- utils.eval
- utils.file
- utils.mapping
- utils.pca
- utils.scaler
- utils.stats
- title: "Data"
contents:
- data
- data.base
- data.diabetes
- title: "Exploratory Data Analysis"
contents:
- eda
- eda.plots
- title: "Multi-Objective"
contents:
- mo
- mo.mo_mm
- mo.pareto
- title: "Inspection"
contents:
- inspection
- inspection.importance
- inspection.predictions
- title: "Factor Analyzer"
contents:
- factor_analyzer
- factor_analyzer.confirmatory_factor_analyzer
- factor_analyzer.factor_analyzer
- factor_analyzer.factor_analyzer_rotator
- factor_analyzer.factor_analyzer_utils
- title: "Functions"
contents:
- function
- function.forr08a
- function.mo
- function.remote
- function.so
- function.torch_objective
- title: "Tricands"
contents:
- tricands
- tricands.tricands