-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(KerasArchitecture)
export(KerasArchitectureCustomModel)
export(KerasArchitectureFF)
export(KerasArchitectureResNet)
export(KerasArchitectureTabNet)
export(LearnerClassifKeras)
export(LearnerClassifKerasCNN)
export(LearnerClassifKerasDeepWide)
export(LearnerClassifKerasFF)
export(LearnerClassifShapedMLP)
export(LearnerClassifShapedMLP2)
export(LearnerClassifTabNet)
export(LearnerRegrKeras)
export(LearnerRegrKerasDeepWide)
export(LearnerRegrKerasFF)
export(LearnerRegrShapedMLP)
export(LearnerRegrShapedMLP2)
export(LearnerRegrTabNet)
export(LogMetrics)
export(SetLogLR)
export(cb_es)
export(cb_lr_log)
export(cb_lr_scheduler_cosine_anneal)
export(cb_lr_scheduler_exponential_decay)
export(cb_tensorboard)
export(combine_generators)
export(df_from_imagenet_dir)
export(find_lr)
export(get_tf_num_features)
export(keras_reflections)
export(make_embedding)
export(make_generator_from_dataframe)
export(make_generator_from_task)
export(make_generator_from_xy)
export(make_train_valid_generators)
export(mlr3keras_set_seeds)
export(reshape_data_embedding)
export(reshape_task_embedding)
import(checkmate)
import(data.table)
import(keras)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(stats,setNames)
importFrom(tensorflow,tf)