-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 964 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 964 Bytes
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
# Generated by roxygen2: do not edit by hand
export(apply_rec)
export(create_plot)
export(extrac_prep)
export(extract_fit)
export(get_analysis_augment)
export(get_learning_curve)
export(get_training_error)
export(get_validation_augment)
export(get_validation_error)
export(plot_theme)
export(progressive_splits)
importFrom(broom,augment)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme_classic)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(rsample,analysis)
importFrom(rsample,vfold_cv)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tune,collect_metrics)
importFrom(tune,control_resamples)
importFrom(tune,extract_fit_parsnip)
importFrom(tune,fit_resamples)
importFrom(yardstick,rsq)