-
Notifications
You must be signed in to change notification settings - Fork 23
/
NAMESPACE
106 lines (105 loc) · 3.05 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
# Generated by roxygen2: do not edit by hand
S3method(.censoring_weights_graf,workflow)
S3method(add_action_impl,action_fit)
S3method(add_action_impl,action_post)
S3method(add_action_impl,action_pre)
S3method(augment,workflow)
S3method(check_conflicts,action_formula)
S3method(check_conflicts,action_recipe)
S3method(check_conflicts,action_variables)
S3method(check_conflicts,default)
S3method(extract_fit_engine,workflow)
S3method(extract_fit_parsnip,workflow)
S3method(extract_fit_time,workflow)
S3method(extract_mold,workflow)
S3method(extract_parameter_dials,workflow)
S3method(extract_parameter_set_dials,workflow)
S3method(extract_postprocessor,workflow)
S3method(extract_preprocessor,workflow)
S3method(extract_recipe,workflow)
S3method(extract_spec_parsnip,workflow)
S3method(fit,action_case_weights)
S3method(fit,action_formula)
S3method(fit,action_model)
S3method(fit,action_recipe)
S3method(fit,action_tailor)
S3method(fit,action_variables)
S3method(fit,workflow)
S3method(glance,workflow)
S3method(predict,workflow)
S3method(print,control_workflow)
S3method(print,workflow)
S3method(required_pkgs,workflow)
S3method(tidy,workflow)
S3method(tunable,workflow)
S3method(tune_args,workflow)
export(.fit_finalize)
export(.fit_model)
export(.fit_post)
export(.fit_pre)
export(.workflow_includes_calibration)
export(add_case_weights)
export(add_formula)
export(add_model)
export(add_recipe)
export(add_tailor)
export(add_variables)
export(control_workflow)
export(extract_fit_engine)
export(extract_fit_parsnip)
export(extract_fit_time)
export(extract_mold)
export(extract_parameter_dials)
export(extract_parameter_set_dials)
export(extract_postprocessor)
export(extract_preprocessor)
export(extract_recipe)
export(extract_spec_parsnip)
export(fit)
export(is_trained_workflow)
export(pull_workflow_fit)
export(pull_workflow_mold)
export(pull_workflow_prepped_recipe)
export(pull_workflow_preprocessor)
export(pull_workflow_spec)
export(remove_case_weights)
export(remove_formula)
export(remove_model)
export(remove_recipe)
export(remove_tailor)
export(remove_variables)
export(required_pkgs)
export(update_case_weights)
export(update_formula)
export(update_model)
export(update_recipe)
export(update_tailor)
export(update_variables)
export(workflow)
export(workflow_variables)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(cli,qty)
importFrom(generics,augment)
importFrom(generics,fit)
importFrom(generics,glance)
importFrom(generics,required_pkgs)
importFrom(generics,tidy)
importFrom(generics,tunable)
importFrom(generics,tune_args)
importFrom(hardhat,extract_fit_engine)
importFrom(hardhat,extract_fit_parsnip)
importFrom(hardhat,extract_fit_time)
importFrom(hardhat,extract_mold)
importFrom(hardhat,extract_parameter_dials)
importFrom(hardhat,extract_parameter_set_dials)
importFrom(hardhat,extract_postprocessor)
importFrom(hardhat,extract_preprocessor)
importFrom(hardhat,extract_recipe)
importFrom(hardhat,extract_spec_parsnip)
importFrom(lifecycle,deprecated)
importFrom(parsnip,.censoring_weights_graf)
importFrom(parsnip,fit_xy)
importFrom(stats,predict)