# 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(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(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)
