-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
154 lines (153 loc) · 3.11 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
147
148
149
150
151
152
153
154
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_inf)
export(add_na)
export(add_nan)
export(backend)
export(censor_bigger)
export(censor_quantiles)
export(censor_smaller)
export(check_col)
export(check_data)
export(class_weight)
export(class_weights)
export(comp_params)
export(complete_param)
export(compute_metrics)
export(eval_binary)
export(eval_linear)
export(eval_multi)
export(f1)
export(feature_imp_h2o)
export(feature_imp_rpart)
export(feature_imp_xgboost)
export(fit_PlayerRatings)
export(fit_catboost)
export(fit_comperank)
export(fit_cv)
export(fit_elo)
export(fit_fastnb)
export(fit_glmnet)
export(fit_goalmodel)
export(fit_h2o_dnn)
export(fit_h2o_gbm)
export(fit_h2o_glm)
export(fit_h2o_nb)
export(fit_h2o_rf)
export(fit_h2o_svm)
export(fit_h2o_xgb)
export(fit_keras)
export(fit_learner)
export(fit_lightgbm)
export(fit_pi)
export(fit_ranger)
export(fit_rgf)
export(fit_rpart)
export(fit_sk_glm)
export(fit_sk_tree)
export(fit_soccerstats)
export(fit_tcv)
export(fit_tokenizer)
export(fit_xgboost)
export(fold_cv_oob)
export(from_gpu_cpu)
export(future_fit_cv)
export(generator)
export(genetic)
export(get_comprank_h2h)
export(get_comprank_h2h_pos)
export(get_estimates)
export(get_estimates_pos)
export(get_expg)
export(get_expg_pos)
export(get_model_param)
export(get_params)
export(get_probs)
export(get_probs_pos)
export(get_sk_params)
export(goal_model)
export(grid)
export(init_models)
export(is_numeric)
export(keras_bi_gru)
export(keras_bi_lstm)
export(keras_char_cnn_kim)
export(keras_char_cnn_zhang)
export(keras_cnn_gru)
export(keras_cnn_lstm)
export(keras_cudnn_cnn_lstm)
export(keras_cudnn_lstm)
export(keras_deep_bi_lstm)
export(keras_deep_lstm)
export(keras_deep_mlp)
export(keras_gru)
export(keras_gru_cnn)
export(keras_lstm)
export(keras_multi_cnn)
export(keras_sep_cnn)
export(keras_simple_mlp)
export(learner)
export(list_parents)
export(list_runs)
export(load_cv)
export(load_glmnet)
export(load_h2o)
export(load_json)
export(load_keras)
export(load_list_files)
export(load_meta)
export(load_metrics)
export(load_params)
export(load_rds)
export(load_rpart)
export(load_tokenizer)
export(load_xgboost)
export(mean_actual)
export(mean_pred)
export(meta)
export(model_eval)
export(my_h2h_funs)
export(near)
export(normalize_params)
export(num_wins)
export(p_double)
export(p_integer)
export(predict_PlayerRatings)
export(predict_catboost)
export(predict_comperank)
export(predict_elo)
export(predict_fastnb)
export(predict_glmnet)
export(predict_goalmodel)
export(predict_h2o)
export(predict_keras)
export(predict_lightgbm)
export(predict_pi)
export(predict_ranger)
export(predict_rgf)
export(predict_rpart)
export(predict_sk)
export(predict_soccerstats)
export(predict_xgboost)
export(range01)
export(rank_prob_score)
export(replace_inf)
export(replace_nan)
export(save_error)
export(save_glmnet)
export(save_h2o)
export(save_json)
export(save_json_pos)
export(save_keras)
export(save_keras_tokenizer)
export(save_rds)
export(save_rds_pos)
export(save_rpart)
export(save_xgboost)
export(sd_actual)
export(sd_pred)
export(silently)
export(tokenize_seq)
export(tokenize_text)
export(transform_games_long)
importFrom(magrittr,"%>%")