-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
138 lines (137 loc) · 3.99 KB
/
NAMESPACE
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
S3method(bake,step_hai_fourier)
S3method(bake,step_hai_fourier_discrete)
S3method(bake,step_hai_hyperbolic)
S3method(bake,step_hai_scale_zero_one)
S3method(bake,step_hai_scale_zscore)
S3method(bake,step_hai_winsorized_move)
S3method(bake,step_hai_winsorized_truncate)
S3method(prep,step_hai_fourier)
S3method(prep,step_hai_fourier_discrete)
S3method(prep,step_hai_hyperbolic)
S3method(prep,step_hai_scale_zero_one)
S3method(prep,step_hai_scale_zscore)
S3method(prep,step_hai_winsorized_move)
S3method(prep,step_hai_winsorized_truncate)
S3method(print,step_hai_fourier)
S3method(print,step_hai_fourier_discrete)
S3method(print,step_hai_hyperbolic)
S3method(print,step_hai_scale_zero_one)
S3method(print,step_hai_scale_zscore)
S3method(print,step_hai_winsorized_move)
S3method(print,step_hai_winsorized_truncate)
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(color_blind)
export(enquo)
export(enquos)
export(expr)
export(generate_mesh_data)
export(get_juiced_data)
export(hai_auto_c50)
export(hai_auto_cubist)
export(hai_auto_earth)
export(hai_auto_glmnet)
export(hai_auto_knn)
export(hai_auto_ranger)
export(hai_auto_svm_poly)
export(hai_auto_svm_rbf)
export(hai_auto_wflw_metrics)
export(hai_auto_xgboost)
export(hai_c50_data_prepper)
export(hai_control_chart)
export(hai_cubist_data_prepper)
export(hai_data_impute)
export(hai_data_poly)
export(hai_data_scale)
export(hai_data_transform)
export(hai_data_trig)
export(hai_default_classification_metric_set)
export(hai_default_regression_metric_set)
export(hai_density_hist_plot)
export(hai_density_plot)
export(hai_density_qq_plot)
export(hai_distribution_comparison_tbl)
export(hai_earth_data_prepper)
export(hai_fourier_augment)
export(hai_fourier_discrete_augment)
export(hai_fourier_discrete_vec)
export(hai_fourier_vec)
export(hai_get_density_data_tbl)
export(hai_get_dist_data_tbl)
export(hai_glmnet_data_prepper)
export(hai_histogram_facet_plot)
export(hai_hyperbolic_augment)
export(hai_hyperbolic_vec)
export(hai_kmeans_automl)
export(hai_kmeans_automl_predict)
export(hai_kmeans_mapped_tbl)
export(hai_kmeans_obj)
export(hai_kmeans_scree_data_tbl)
export(hai_kmeans_scree_plot)
export(hai_kmeans_scree_plt)
export(hai_kmeans_tidy_tbl)
export(hai_kmeans_user_item_tbl)
export(hai_knn_data_prepper)
export(hai_kurtosis_vec)
export(hai_polynomial_augment)
export(hai_range_statistic)
export(hai_ranger_data_prepper)
export(hai_scale_color_colorblind)
export(hai_scale_fill_colorblind)
export(hai_scale_zero_one_augment)
export(hai_scale_zero_one_vec)
export(hai_scale_zscore_augment)
export(hai_scale_zscore_vec)
export(hai_skewed_features)
export(hai_skewness_vec)
export(hai_svm_poly_data_prepper)
export(hai_svm_rbf_data_prepper)
export(hai_umap_list)
export(hai_umap_plot)
export(hai_winsorized_move_augment)
export(hai_winsorized_move_vec)
export(hai_winsorized_truncate_augment)
export(hai_winsorized_truncate_vec)
export(hai_xgboost_data_prepper)
export(kmeans_mapped_tbl)
export(kmeans_obj)
export(kmeans_scree_data_tbl)
export(kmeans_scree_plt)
export(kmeans_tidy_tbl)
export(kmeans_user_item_tbl)
export(pca_your_recipe)
export(required_pkgs.step_hai_fourier)
export(required_pkgs.step_hai_fourier_discrete)
export(required_pkgs.step_hai_hyperbolic)
export(required_pkgs.step_hai_scale_zero_one)
export(required_pkgs.step_hai_scale_zscore)
export(required_pkgs.step_hai_winsorized_move)
export(required_pkgs.step_hai_winsorized_truncate)
export(step_hai_fourier)
export(step_hai_fourier_discrete)
export(step_hai_hyperbolic)
export(step_hai_scale_zero_one)
export(step_hai_scale_zscore)
export(step_hai_winsorized_move)
export(step_hai_winsorized_truncate)
export(sym)
export(syms)
export(umap_list)
export(umap_plt)
importFrom(magrittr,"%>%")
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,rand_id)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)