-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
94 lines (93 loc) · 2.27 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,skim_df)
export("%>%")
export(apply_filters)
export(cmo)
export(count_distr_max)
export(ecdf_data)
export(featsel_brute_force)
export(featsel_glmnet)
export(featsel_loss_function_permutations)
export(featsel_stepforward)
export(formula_from_reponse_and_predictors_names)
export(gain)
export(gg_model_calibration)
export(gg_model_coef)
export(gg_model_corr)
export(gg_model_dist)
export(gg_model_ecdf)
export(gg_model_importance)
export(gg_model_importance2)
export(gg_model_partials)
export(gg_model_roc)
export(gg_model_vif)
export(gg_woes)
export(hhi)
export(hhi_label)
export(information_value)
export(iv_label)
export(ks)
export(metrics)
export(model_corr_variables)
export(model_iv_variables)
export(model_metrics)
export(model_partials)
export(model_summary_variables)
export(model_terms_and_ci)
export(model_vif_variables)
export(n_growths)
export(psi_label)
export(psi_table)
export(psi_vector)
export(reponse_and_predictors_names)
export(roc_data)
export(rsi)
export(vif_label)
export(woebin2)
export(woebin_cor_iv)
export(woebin_ctree)
export(woebin_ply_min)
export(woebin_summary)
importFrom(celavi,feature_selection)
importFrom(celavi,variable_importance)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(glmnet,cv.glmnet)
importFrom(magrittr,"%>%")
importFrom(patchwork,get_dim)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(scorecard,woebin)
importFrom(scorecard,woebin_ply)
importFrom(skimr,inline_hist)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,ecdf)
importFrom(stats,glm)
importFrom(stats,ks.test)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,predict.glm)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,step)
importFrom(stats,var)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(tibble,tibble)
importFrom(tidyselect,any_of)
importFrom(utils,hasName)