-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
162 lines (161 loc) · 3.92 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
155
156
157
158
159
160
161
162
# Generated by roxygen2: do not edit by hand
S3method(audit,default)
S3method(audit,explainer)
S3method(plot,auditor_model_cooksdistance)
S3method(plot,auditor_model_evaluation)
S3method(plot,auditor_model_halfnormal)
S3method(plot,auditor_model_performance)
S3method(plot,auditor_model_residual)
S3method(plotD3,auditor_model_cooksdistance)
S3method(plotD3,auditor_model_evaluation)
S3method(plotD3,auditor_model_halfnormal)
S3method(plotD3,auditor_model_residual)
S3method(print,auditor_model_cooksdistance)
S3method(print,auditor_model_evaluation)
S3method(print,auditor_model_halfnormal)
S3method(print,auditor_model_performance)
S3method(print,auditor_model_residual)
S3method(print,auditor_score)
export(audit)
export(check_residuals)
export(check_residuals_autocorrelation)
export(check_residuals_outliers)
export(check_residuals_trend)
export(modelEvaluation)
export(modelFit)
export(modelPerformance)
export(modelResiduals)
export(model_cooksdistance)
export(model_evaluation)
export(model_halfnormal)
export(model_performance)
export(model_residual)
export(observationInfluence)
export(plotACF)
export(plotAutocorrelation)
export(plotCooksDistance)
export(plotD3)
export(plotD3ACF)
export(plotD3Autocorrelation)
export(plotD3CooksDistance)
export(plotD3HalfNormal)
export(plotD3LIFT)
export(plotD3Prediction)
export(plotD3REC)
export(plotD3Residual)
export(plotD3ScaleLocation)
export(plotD3_acf)
export(plotD3_autocorrelation)
export(plotD3_cooksdistance)
export(plotD3_halfnormal)
export(plotD3_lift)
export(plotD3_prediction)
export(plotD3_rec)
export(plotD3_residual)
export(plotD3_roc)
export(plotD3_rroc)
export(plotD3_scalelocation)
export(plotHalfNormal)
export(plotLIFT)
export(plotModelCorrelation)
export(plotModelPCA)
export(plotModelRanking)
export(plotPrediction)
export(plotREC)
export(plotROC)
export(plotRROC)
export(plotResidual)
export(plotResidualBoxplot)
export(plotResidualDensity)
export(plotScaleLocation)
export(plotTwoSidedECDF)
export(plot_acf)
export(plot_auditor)
export(plot_autocorrelation)
export(plot_cooksdistance)
export(plot_correlation)
export(plot_halfnormal)
export(plot_lift)
export(plot_pca)
export(plot_prc)
export(plot_prediction)
export(plot_radar)
export(plot_rec)
export(plot_residual)
export(plot_residual_boxplot)
export(plot_residual_density)
export(plot_roc)
export(plot_rroc)
export(plot_scalelocation)
export(plot_tsecdf)
export(score)
export(scoreCooksDistance)
export(scoreDW)
export(scoreHalfNormal)
export(scoreMAE)
export(scoreMSE)
export(scorePeak)
export(scoreREC)
export(scoreRMSE)
export(scoreROC)
export(scoreRROC)
export(scoreRuns)
export(score_acc)
export(score_auc)
export(score_auprc)
export(score_cooksdistance)
export(score_dw)
export(score_f1)
export(score_gini)
export(score_halfnormal)
export(score_mae)
export(score_mse)
export(score_one_minus_acc)
export(score_one_minus_auc)
export(score_one_minus_auprc)
export(score_one_minus_f1)
export(score_one_minus_gini)
export(score_one_minus_precision)
export(score_one_minus_recall)
export(score_one_minus_specificity)
export(score_peak)
export(score_precision)
export(score_r2)
export(score_rec)
export(score_recall)
export(score_rmse)
export(score_rroc)
export(score_runs)
export(score_specificity)
import(ggplot2)
import(grid)
import(gridExtra)
import(scales)
importFrom(DALEX,explain)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,plot)
importFrom(hnp,hnp)
importFrom(stats,acf)
importFrom(stats,aggregate)
importFrom(stats,cooks.distance)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rstandard)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)