forked from business-science/modeltime.h2o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 998 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(automl_leaderboard,default)
S3method(automl_leaderboard,model_fit)
S3method(automl_leaderboard,model_spec)
S3method(automl_leaderboard,workflow)
S3method(automl_update_model,default)
S3method(automl_update_model,model_fit)
S3method(automl_update_model,model_spec)
S3method(automl_update_model,workflow)
S3method(predict,automl_fit_impl)
S3method(print,automl_fit_impl)
S3method(print,automl_reg)
S3method(translate,automl_reg)
export("%>%")
export(automl_fit_impl)
export(automl_leaderboard)
export(automl_predict_impl)
export(automl_reg)
export(automl_update_model)
export(load_h2o_model)
export(save_h2o_model)
import(h2o)
import(modeltime)
importFrom(magrittr,"%>%")
importFrom(parsnip,translate)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,predict)