-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
70 lines (69 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,H2OFrame)
S3method(autoplot,H2OAutoML)
S3method(autoplot,workflow)
S3method(collect_metrics,"_H2OAutoML")
S3method(collect_metrics,H2OAutoML)
S3method(collect_metrics,workflow)
S3method(extract_fit_engine,"_H2OAutoML")
S3method(extract_fit_parsnip,"_H2OAutoML")
S3method(predict,"_H2OAutoML")
S3method(print,H2OAutoML)
S3method(print,H2OAutoML_fit)
S3method(print,h2o_fit)
S3method(rank_results,"_H2OAutoML")
S3method(rank_results,H2OAutoML)
S3method(rank_results,workflow)
S3method(refit,"_H2OAutoML")
S3method(refit,workflow)
S3method(tidy,"_H2OAutoML")
export("%>%")
export(agua_backend_options)
export(as_h2o)
export(as_tibble)
export(autoplot)
export(collect_metrics)
export(extract_fit_engine)
export(extract_fit_parsnip)
export(get_leaderboard)
export(h2o_activation)
export(h2o_end)
export(h2o_get_frame)
export(h2o_get_model)
export(h2o_predict)
export(h2o_predict_classification)
export(h2o_predict_regression)
export(h2o_remove)
export(h2o_remove_all)
export(h2o_running)
export(h2o_split)
export(h2o_start)
export(h2o_train)
export(h2o_train_auto)
export(h2o_train_gbm)
export(h2o_train_glm)
export(h2o_train_mlp)
export(h2o_train_nb)
export(h2o_train_rf)
export(h2o_train_rule)
export(h2o_train_xgboost)
export(h2o_xgboost_available)
export(member_weights)
export(rank_results)
export(refit)
export(tidy)
importFrom(dplyr,"%>%")
importFrom(generics,rank_results)
importFrom(generics,refit)
importFrom(generics,tidy)
importFrom(ggplot2,autoplot)
importFrom(hardhat,extract_fit_engine)
importFrom(hardhat,extract_fit_parsnip)
importFrom(parsnip,set_model_arg)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(tibble,as_tibble)
importFrom(tune,collect_metrics)
importFrom(tune,tune)
importFrom(utils,capture.output)
importFrom(utils,head)