-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
50 lines (49 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(check_duplicate_rows)
export(core_packages)
export(create_model_spec)
export(create_splits)
export(create_workflow_set)
export(enquo)
export(enquos)
export(extract_model_spec)
export(extract_regression_residuals)
export(extract_wflw)
export(extract_wflw_fit)
export(extract_wflw_pred)
export(fast_classification)
export(fast_classification_parsnip_spec_tbl)
export(fast_regression)
export(fast_regression_parsnip_spec_tbl)
export(full_internal_make_wflw)
export(get_model)
export(install_deps)
export(internal_make_fitted_wflw)
export(internal_make_spec_tbl)
export(internal_make_wflw)
export(internal_make_wflw_gee_lin_reg)
export(internal_make_wflw_predictions)
export(internal_set_args_to_tune)
export(load_deps)
export(make_classification_base_tbl)
export(make_regression_base_tbl)
export(match_args)
export(plot_regression_predictions)
export(plot_regression_residuals)
export(quantile_normalize)
importFrom(magrittr,"%>%")
importFrom(parsnip,cubist_rules)
importFrom(parsnip,linear_reg)
importFrom(parsnip,poisson_reg)
importFrom(parsnip,survival_reg)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)