-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
63 lines (61 loc) · 1.69 KB
/
_pkgdown.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
navbar:
structure:
left: [home, intro, articles, reference, news]
components:
articles:
text: Articles
menu:
- text: Data preparation
menu:
- text: Making the target dataset
href: articles/make_target_dataset.html
- text: Making the training dataset
href: articles/make_training_dataset.html
- text: -------
- text: Machine learning models
menu:
- text: Training complete benchmark
href: articles/ML_training.html
- text: Processing benchmark results
href: articles/processing_benchmark_results.html
- text: Making predictions
href: articles/making_predictions.html
reference:
- title: Getting target data
- subtitle: Geospatial data
- contents:
- has_keyword("geospatial-data")
- subtitle: Terrain analysis
- contents:
- has_keyword("tam-dm")
- subtitle: Statistical roughness
- contents:
- has_keyword("statistical-roughness")
- subtitle: StreamCat
- contents:
- has_keyword("streamcat")
- title: Machine learning
- subtitle: Data loading
- contents:
- has_keyword("ml-data-loading")
- subtitle: Data transformation
- contents:
- has_keyword("ml-data-transformation")
- subtitle: Constructing learners
- contents:
- has_keyword("ml-learners")
- subtitle: Benchmark
- contents:
- has_keyword("ml-benchmark")
- subtitle: Benchmark post-processing
- contents:
- has_keyword("ml-postprocess")
- subtitle: Predictions
- contents:
- has_keyword("ml-predictions")
- title: Datasets
- contents:
- has_keyword("dataset")
- title: Misc
- contents:
- has_keyword("misc")