-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path_pkgdown.yml
More file actions
39 lines (39 loc) · 811 Bytes
/
_pkgdown.yml
File metadata and controls
39 lines (39 loc) · 811 Bytes
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
reference:
- title: "Common workflow operations"
- contents:
- aggregate
- transform
- normalize
- variable_select
- variable_importance
- drop_na_rows
- mark_outlier_rows
- title: "Variable selection methods"
- contents:
- correlation_threshold
- drop_na_columns
- variance_threshold
- title: "Aggregation methods"
- contents:
- covariance
- title: "Transformation methods"
- contents:
- generalized_log
- husk
- sparse_random_projection
- spherize
- title: "Variable importance methods"
- contents:
- replicate_correlation
- svd_entropy
- title: "Higher-order profiling methods"
- contents:
- extract_subpopulations
- title: "Meta operations"
- contents:
- stratify
- title: "Internal"
- contents:
- count_na_rows
- generate_component_matrix
- find_significant_pcs