-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
77 lines (76 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
S3method(plot,binary_clf)
S3method(plot,multiclass)
S3method(plot,regression)
export(basic_info)
export(best_model_predict)
export(binarize_target)
export(boruta_selection)
export(check_cor)
export(check_data)
export(check_dim)
export(check_duplicate_col)
export(check_missing)
export(check_outliers)
export(check_static)
export(check_y_balance)
export(colors_discrete_forester)
export(colors_diverging_forester)
export(custom_preprocessing)
export(delete_correlated_values)
export(delete_id_columns)
export(detect_id_columns)
export(draw_boxplot)
export(draw_confusion_matrix)
export(draw_feature_importance)
export(draw_radar_plot)
export(draw_rmse_plot)
export(draw_roc_plot)
export(draw_scatterplot)
export(explain)
export(find_duplicate_columns)
export(guess_type)
export(impute_basic)
export(impute_knn)
export(impute_mice)
export(manage_missing)
export(pre_rm_static_cols)
export(predict_models_all)
export(predict_new)
export(prepare_data)
export(preprocessing)
export(preprocessing_feature_selection)
export(preprocessing_imputation)
export(preprocessing_removal)
export(random_search)
export(report)
export(rm_correlated_columns)
export(rm_corrupted_observations)
export(rm_duplicate_columns)
export(rm_id_like_columns)
export(rm_sparse_columns)
export(rm_static_cols)
export(save_deleted_columns)
export(save_forest)
export(score_models)
export(select_boruta)
export(select_mcfs)
export(select_mi_varrank)
export(select_models)
export(select_vi)
export(theme_forester)
export(train)
export(train_models)
export(train_models_bayesopt)
export(train_test_balance)
export(verbose_cat)
import(ggplot2)
import(patchwork)
importFrom(stats,IQR)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)