-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
75 lines (74 loc) · 2 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
# Generated by roxygen2: do not edit by hand
S3method(.get_fingerprint,tune_results)
S3method(melodie_grid,default)
S3method(melodie_grid,model_spec)
S3method(melodie_grid,workflow)
S3method(pretty,tune_results)
S3method(print,control_grid)
export(.get_extra_col_names)
export(.get_fingerprint)
export(.get_tune_eval_time_target)
export(.get_tune_eval_times)
export(.get_tune_metric_names)
export(.get_tune_metrics)
export(.get_tune_outcome_names)
export(.get_tune_parameter_names)
export(.get_tune_parameters)
export(.get_tune_workflow)
export(.stash_last_result)
export(augment)
export(autoplot)
export(check_initial)
export(check_metrics)
export(check_parameters)
export(check_rset)
export(check_workflow)
export(control_grid)
export(empty_ellipses)
export(extract_fit_engine)
export(extract_fit_parsnip)
export(extract_mold)
export(extract_parameter_set_dials)
export(extract_preprocessor)
export(extract_recipe)
export(extract_spec_parsnip)
export(extract_workflow)
export(finalize_workflow_preprocessor)
export(forge_from_workflow)
export(get_metric_time)
export(get_tune_schedule)
export(int_pctl)
export(is_preprocessor)
export(is_recipe)
export(is_workflow)
export(loopy)
export(loopy2)
export(melodie_grid)
export(min_grid)
export(new_backend_options)
export(parameters)
export(pull_rset_attributes)
export(required_pkgs)
export(tunable)
export(tune)
export(tune_args)
export(val_class_and_single)
export(val_class_or_null)
importFrom(dials,parameters)
importFrom(generics,augment)
importFrom(generics,min_grid)
importFrom(generics,required_pkgs)
importFrom(generics,tunable)
importFrom(generics,tune_args)
importFrom(ggplot2,autoplot)
importFrom(hardhat,extract_fit_engine)
importFrom(hardhat,extract_fit_parsnip)
importFrom(hardhat,extract_mold)
importFrom(hardhat,extract_parameter_set_dials)
importFrom(hardhat,extract_preprocessor)
importFrom(hardhat,extract_recipe)
importFrom(hardhat,extract_spec_parsnip)
importFrom(hardhat,extract_workflow)
importFrom(hardhat,tune)
importFrom(rsample,.get_fingerprint)
importFrom(rsample,int_pctl)