-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
146 lines (145 loc) · 4.53 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
139
140
141
142
143
144
145
146
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,quantile_pred)
S3method(as_tibble,quantile_pred)
S3method(forge,data.frame)
S3method(forge,default)
S3method(forge,matrix)
S3method(format,formula_blueprint)
S3method(format,quantile_pred)
S3method(format,recipe_blueprint)
S3method(format,xy_blueprint)
S3method(median,quantile_pred)
S3method(mold,data.frame)
S3method(mold,default)
S3method(mold,formula)
S3method(mold,matrix)
S3method(mold,recipe)
S3method(obj_print_footer,quantile_pred)
S3method(print,hardhat_blueprint)
S3method(print,hardhat_model)
S3method(refresh_blueprint,default_formula_blueprint)
S3method(refresh_blueprint,default_recipe_blueprint)
S3method(refresh_blueprint,default_xy_blueprint)
S3method(refresh_blueprint,formula_blueprint)
S3method(refresh_blueprint,hardhat_blueprint)
S3method(refresh_blueprint,recipe_blueprint)
S3method(refresh_blueprint,xy_blueprint)
S3method(run_forge,default)
S3method(run_forge,default_formula_blueprint)
S3method(run_forge,default_recipe_blueprint)
S3method(run_forge,default_xy_blueprint)
S3method(run_mold,default)
S3method(run_mold,default_formula_blueprint)
S3method(run_mold,default_recipe_blueprint)
S3method(run_mold,default_xy_blueprint)
S3method(standardize,array)
S3method(standardize,data.frame)
S3method(standardize,default)
S3method(standardize,double)
S3method(standardize,factor)
S3method(standardize,integer)
S3method(standardize,matrix)
S3method(vec_cast,double.hardhat_frequency_weights)
S3method(vec_cast,double.hardhat_importance_weights)
S3method(vec_cast,hardhat_frequency_weights.hardhat_frequency_weights)
S3method(vec_cast,hardhat_importance_weights.hardhat_importance_weights)
S3method(vec_cast,integer.hardhat_frequency_weights)
S3method(vec_ptype2,hardhat_frequency_weights.hardhat_frequency_weights)
S3method(vec_ptype2,hardhat_importance_weights.hardhat_importance_weights)
S3method(vec_ptype_abbr,hardhat_frequency_weights)
S3method(vec_ptype_abbr,hardhat_importance_weights)
S3method(vec_ptype_abbr,quantile_pred)
S3method(vec_ptype_full,hardhat_frequency_weights)
S3method(vec_ptype_full,hardhat_importance_weights)
S3method(vec_ptype_full,quantile_pred)
export(add_intercept_column)
export(check_column_names)
export(check_no_formula_duplication)
export(check_outcomes_are_binary)
export(check_outcomes_are_factors)
export(check_outcomes_are_numeric)
export(check_outcomes_are_univariate)
export(check_prediction_size)
export(check_predictors_are_numeric)
export(check_quantile_levels)
export(create_modeling_package)
export(default_formula_blueprint)
export(default_recipe_blueprint)
export(default_xy_blueprint)
export(delete_response)
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_quantile_levels)
export(extract_recipe)
export(extract_spec_parsnip)
export(extract_workflow)
export(fct_encode_one_hot)
export(forge)
export(frequency_weights)
export(get_data_classes)
export(get_levels)
export(get_outcome_levels)
export(importance_weights)
export(is_blueprint)
export(is_case_weights)
export(is_frequency_weights)
export(is_importance_weights)
export(model_frame)
export(model_matrix)
export(model_offset)
export(mold)
export(new_blueprint)
export(new_case_weights)
export(new_default_formula_blueprint)
export(new_default_recipe_blueprint)
export(new_default_xy_blueprint)
export(new_formula_blueprint)
export(new_frequency_weights)
export(new_importance_weights)
export(new_model)
export(new_recipe_blueprint)
export(new_xy_blueprint)
export(quantile_pred)
export(recompose)
export(refresh_blueprint)
export(run_forge)
export(run_mold)
export(scream)
export(shrink)
export(spruce_class)
export(spruce_class_multiple)
export(spruce_numeric)
export(spruce_numeric_multiple)
export(spruce_prob)
export(spruce_prob_multiple)
export(standardize)
export(tune)
export(update_blueprint)
export(use_modeling_deps)
export(use_modeling_files)
export(validate_column_names)
export(validate_no_formula_duplication)
export(validate_outcomes_are_binary)
export(validate_outcomes_are_factors)
export(validate_outcomes_are_numeric)
export(validate_outcomes_are_univariate)
export(validate_prediction_size)
export(validate_predictors_are_numeric)
export(weighted_table)
import(rlang)
import(vctrs)
importFrom(glue,glue)
importFrom(stats,delete.response)
importFrom(stats,get_all_vars)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,terms)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)