# Generated by roxygen2: do not edit by hand

export(add_white_noise)
export(auc_score)
export(case_weights)
export(collinear)
export(cor_df)
export(cor_matrix)
export(cor_select)
export(cramer_v)
export(drop_geometry_column)
export(f_gam_auc_balanced)
export(f_gam_auc_unbalanced)
export(f_gam_deviance)
export(f_logistic_auc_balanced)
export(f_logistic_auc_unbalanced)
export(f_rf_auc_balanced)
export(f_rf_auc_unbalanced)
export(f_rf_deviance)
export(f_rf_rsquared)
export(f_rsquared)
export(identify_non_numeric_predictors)
export(identify_numeric_predictors)
export(identify_zero_variance_predictors)
export(preference_order)
export(target_encoding_lab)
export(target_encoding_loo)
export(target_encoding_mean)
export(target_encoding_rank)
export(target_encoding_rnorm)
export(validate_df)
export(validate_predictors)
export(validate_response)
export(vif_df)
export(vif_select)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,sd)
