-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export(add_white_noise)
export(case_weights)
export(collinear)
export(cor_categorical_vs_categorical)
export(cor_clusters)
export(cor_cramer_v)
export(cor_df)
export(cor_matrix)
export(cor_numeric_vs_categorical)
export(cor_numeric_vs_numeric)
export(cor_select)
export(drop_geometry_column)
export(encoded_predictor_name)
export(f_auc_gam_binomial)
export(f_auc_glm_binomial)
export(f_auc_glm_binomial_poly2)
export(f_auc_rf)
export(f_auc_rpart)
export(f_auto)
export(f_auto_rules)
export(f_functions)
export(f_r2_gam_gaussian)
export(f_r2_gam_poisson)
export(f_r2_glm_gaussian)
export(f_r2_glm_gaussian_poly2)
export(f_r2_glm_poisson)
export(f_r2_glm_poisson_poly2)
export(f_r2_pearson)
export(f_r2_rf)
export(f_r2_rpart)
export(f_r2_spearman)
export(f_v)
export(f_v_rf_categorical)
export(identify_predictors)
export(identify_predictors_categorical)
export(identify_predictors_numeric)
export(identify_predictors_type)
export(identify_predictors_zero_variance)
export(identify_response_type)
export(model_formula)
export(performance_score_auc)
export(performance_score_r2)
export(performance_score_v)
export(preference_order)
export(preference_order_collinear)
export(target_encoding_lab)
export(target_encoding_loo)
export(target_encoding_mean)
export(target_encoding_rank)
export(validate_data_cor)
export(validate_data_vif)
export(validate_df)
export(validate_encoding_arguments)
export(validate_predictors)
export(validate_preference_order)
export(validate_response)
export(vif_df)
export(vif_select)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,sd)