-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.74 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
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
S3method(multi_predict,"_tabnet_fit")
S3method(predict,tabnet_fit)
S3method(print,tabnet_fit)
S3method(print,tabnet_pretrain)
S3method(tabnet_explain,default)
S3method(tabnet_explain,model_fit)
S3method(tabnet_explain,tabnet_fit)
S3method(tabnet_explain,tabnet_pretrain)
S3method(tabnet_fit,Node)
S3method(tabnet_fit,data.frame)
S3method(tabnet_fit,default)
S3method(tabnet_fit,formula)
S3method(tabnet_fit,recipe)
S3method(tabnet_pretrain,Node)
S3method(tabnet_pretrain,data.frame)
S3method(tabnet_pretrain,default)
S3method(tabnet_pretrain,formula)
S3method(tabnet_pretrain,recipe)
S3method(update,tabnet)
export("%>%")
export(attention_width)
export(cat_emb_dim)
export(check_compliant_node)
export(checkpoint_epochs)
export(decision_width)
export(drop_last)
export(encoder_activation)
export(feature_reusage)
export(lr_scheduler)
export(mask_type)
export(mlp_activation)
export(mlp_hidden_multiplier)
export(momentum)
export(nn_prune_head.tabnet_fit)
export(nn_prune_head.tabnet_pretrain)
export(node_to_df)
export(num_independent)
export(num_independent_decoder)
export(num_shared)
export(num_shared_decoder)
export(num_steps)
export(optimizer)
export(penalty)
export(tabnet)
export(tabnet_config)
export(tabnet_explain)
export(tabnet_fit)
export(tabnet_nn)
export(tabnet_pretrain)
export(verbose)
export(virtual_batch_size)
importFrom(dplyr,filter)
importFrom(dplyr,last_col)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,where)
importFrom(magrittr,"%>%")
importFrom(parsnip,multi_predict)
importFrom(rlang,.data)
importFrom(stats,predict)
importFrom(stats,update)
importFrom(tidyr,replace_na)
importFrom(zeallot,"%<-%")