-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
60 lines (59 loc) · 1.6 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
# Generated by roxygen2: do not edit by hand
export(aggregate_by_key)
export(as.POSIXct_fast)
export(build_bins)
export(build_date_factor)
export(build_encoding)
export(build_scales)
export(build_target_encoding)
export(compute_probability_ratio)
export(compute_weight_of_evidence)
export(data_preparation_news)
export(date_format_unifier)
export(description)
export(fast_discretization)
export(fast_filter_variables)
export(fast_handle_na)
export(fast_is_equal)
export(fast_round)
export(fast_scale)
export(find_and_transform_dates)
export(find_and_transform_numerics)
export(generate_date_diffs)
export(generate_factor_from_date)
export(generate_from_character)
export(generate_from_factor)
export(get_most_frequent_element)
export(identify_dates)
export(one_hot_encoder)
export(prepare_set)
export(remove_percentile_outlier)
export(remove_rare_categorical)
export(remove_sd_outlier)
export(same_shape)
export(set_as_numeric_matrix)
export(set_col_as_character)
export(set_col_as_date)
export(set_col_as_factor)
export(set_col_as_numeric)
export(shape_set)
export(target_encode)
export(un_factor)
export(which_are_bijection)
export(which_are_constant)
export(which_are_in_double)
export(which_are_included)
import(data.table)
importFrom(Matrix,sparse.model.matrix)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.POSIXlt)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,parse_date_time)
importFrom(progress,progress_bar)
importFrom(stats,as.formula)
importFrom(stats,contrasts)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_replace_all)