Basic model for tabular data.
TabularModel(
emb_szs,
n_cont,
out_sz,
layers,
ps = NULL,
embed_p = 0,
y_range = NULL,
use_bn = TRUE,
bn_final = FALSE,
bn_cont = TRUE,
act_cls = nn()$ReLU(inplace = TRUE)
)
embedding size
number of cont
output size
layers
ps
embed proportion
y range
use batch normalization
batch normalization final
batch normalization cont
activation
None