forked from osofr/gridisl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
120 lines (119 loc) · 3.14 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
# Generated by roxygen2: do not edit by hand
S3method("+",ModelStack)
S3method(fit,ModelStack)
S3method(fit,brokenstick)
S3method(fit,face)
S3method(fit,splitCVStack)
S3method(pander,H2OBinomialMetrics)
S3method(pander,H2OGrid)
S3method(pander,H2ORegressionMetrics)
S3method(predictP1,facemodel)
S3method(predict_SL,PredictionSL)
S3method(predict_SL,PredictionStack)
S3method(predict_SL,origamiSL)
S3method(predict_SL,splitCVfits)
S3method(print,GLMmodel)
S3method(print,H2Oensemblemodel)
S3method(print,ModelStack)
S3method(print,PredictionModel)
S3method(print,PredictionStack)
S3method(print,brokenstickmodel)
S3method(print_tables,GLMmodel)
S3method(print_tables,H2OBinomialModel)
S3method(print_tables,H2ORegressionModel)
S3method(print_tables,brokenstick)
S3method(print_tables,face.sparse)
S3method(print_tables,xgb.Booster)
S3method(print_tables,xgb.cv.synchronous)
S3method(summary,GLMmodel)
S3method(summary,H2OBinomialModel)
S3method(summary,H2ORegressionModel)
S3method(summary,H2Oensemblemodel)
S3method(summary,brokenstickmodel)
S3method(summary,xgb.Booster)
S3method(summary,xgb.cv.synchronous)
export(XGBoostClass)
export(add_CVfolds_ind)
export(add_holdout_ind)
export(as.int)
export(as.num)
export(assign_model_name_id)
export(char_to_factor)
export(create_fit_object)
export(create_fit_params)
export(defModel)
export(drop_NA_y)
export(eval_MSE)
export(factor_to_dummy)
export(fit)
export(fit_model)
export(get_out_of_sample_predictions)
export(get_train_data)
export(get_validation_data)
export(get_yvalues)
export(glmModelClass)
export(gridislOptions)
export(importData)
export(logical_to_int)
export(make_PredictionStack)
export(make_kfold_from_column)
export(make_model_report)
export(openFileInOS)
export(plotMSEs)
export(predict_SL)
export(predict_generic)
export(prepare_data)
export(print_gridisl_opts)
export(print_tables)
export(save_best_model)
export(set_all_gridisl_options)
export(xgb.grid)
import(R6)
import(data.table)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(ggplot2,aes)
importFrom(ggplot2,alpha)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,theme_bw)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(pander,pander)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,glm.fit)
importFrom(stats,na.exclude)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,terms)
importFrom(stats,terms.formula)
importFrom(stats,var)
importFrom(tibble,obj_sum)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,str)
useDynLib(gridisl)