-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calibrated_threshold)
export(compute_D)
export(compute_alpha_star)
export(compute_r)
export(dedpul_estimation)
export(kernel_unlabeled)
export(ml_classification)
export(ml_hyperpar)
export(ml_perf_metrics)
export(ml_recall)
export(ml_train_predict)
export(ml_training)
export(monotonize)
export(rolling_median)
import(dplyr)
import(ggplot2)
import(recipes, except = step_downsample)
import(tidyselect)
importFrom(EnvStats,ebeta)
importFrom(KernSmooth,bkde)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(furrr,future_map2)
importFrom(future,cluster)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,stopCluster)
importFrom(parallelly,availableCores)
importFrom(parallelly,makeClusterPSOCK)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,pluck)
importFrom(rsample,analysis)
importFrom(rsample,assessment)
importFrom(stats,approx)
importFrom(stats,pbeta)
importFrom(stats,runmed)
importFrom(themis,step_downsample)
importFrom(tidyr,unnest)
importFrom(tune,control_resamples)
importFrom(tune,tune_grid)
importFrom(workflows,add_model)
importFrom(workflows,add_recipe)
importFrom(workflows,workflow)
importFrom(yardstick,metric_set)
importFrom(yardstick,recall)
importFrom(yardstick,roc_auc)
importFrom(yardstick,spec)