-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
77 lines (75 loc) · 2.04 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
url: https://www.spsanderson.com/healthyR.ai/
template:
bootstrap: 5
bootswatch: flatly
ganalytics: G-VBQMCBEYRN
navbar:
title: "healthyR.ai"
left:
- icon: "fa-home"
href: index.html
- text: "Getting Started"
href: articles/getting-started.html
- text: "Articles"
href: articles/index.html
menu:
- text: "K-Means"
- text: "Auto M-Means Clustering"
href: articles/auto-kmeans.html
- text: "K-Means and UMAP"
- text: "K-Means and UMAP"
href: articles/kmeans-umap.html
- text: "Function Reference"
href: reference/index.html
- text: "News"
href: news/index.html
reference:
- title: Plotting Functions
desc: Functions for plotting
contents:
- "hai_control_chart"
- contains("_plot")
- has_concept("Color_Blind")
- title: Clustering Functions
desc: Functions for Clustering and Analysis
- subtitle: K-Means
contents:
- has_concept("Kmeans")
- subtitle: UMAP
contents:
- has_concept("UMAP")
- title: Boiler Plate functions
desc: Functions for automatic Recipes, Workflows and Tuned models.
contents:
- has_concept("Boiler_Plate")
- title: Dimensionality Reduction
desc: Functions for dimension reduction
contents:
- "pca_your_recipe"
- title: Data
contents:
- has_concept("Data Generation")
- title: Data Preprocessors
contents:
- has_concept("Preprocessor")
- title: Recipe Steps
desc: Functions to add recipe steps
contents:
- has_concept("Recipes")
- title: Table Functions
desc: Functions that return tibbles
contents:
- contains("_tbl")
- title: Vectorized Functions
contents:
- contains("_vec")
- title: Augmenting Functions
contents:
- has_concept("Augment Function")
- title: Miscellaneous Functions
contents:
- "hai_range_statistic"
- "hai_skewed_features"
- title: Metric Sets
contents:
- has_concept("Default Metric Sets")