-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
S3method(explore,default)
S3method(explore,tune_results)
S3method(organize_data,default)
S3method(organize_data,tune_results)
S3method(print,shiny_data)
S3method(shiny_models,default)
S3method(shiny_models,multi_cls_shiny_data)
S3method(shiny_models,reg_shiny_data)
S3method(shiny_models,two_cls_shiny_data)
export("%>%")
export(display_selected)
export(explore)
export(first_class_prob_name)
export(first_level)
export(format_hover)
export(organize_data)
export(performance_object)
export(plot_multiclass_conf_mat)
export(plot_multiclass_obs_pred)
export(plot_multiclass_pr)
export(plot_multiclass_pred_factorcol)
export(plot_multiclass_pred_numcol)
export(plot_multiclass_roc)
export(plot_numeric_obs_pred)
export(plot_numeric_res_factorcol)
export(plot_numeric_res_numcol)
export(plot_numeric_res_pred)
export(plot_twoclass_conf_mat)
export(plot_twoclass_obs_pred)
export(plot_twoclass_pr)
export(plot_twoclass_pred_factorcol)
export(plot_twoclass_pred_numcol)
export(plot_twoclass_roc)
export(shiny_models)
import(dplyr)
import(ggplot2)
import(rlang)
import(shiny)
import(shinydashboard)
import(tidyr)
import(utils)
import(yardstick)
importFrom(generics,explore)
importFrom(magrittr,"%>%")
importFrom(scales,logit_trans)
importFrom(scales,squish_infinite)
importFrom(stats,reorder)
importFrom(tidyselect,eval_select)
importFrom(tune,.get_tune_outcome_names)
importFrom(tune,.get_tune_parameter_names)
importFrom(tune,collect_predictions)