Convenience function to easily create a config for `TabularModel`
tabular_config(
ps = NULL,
embed_p = 0,
y_range = NULL,
use_bn = TRUE,
bn_final = FALSE,
bn_cont = TRUE,
act_cls = nn()$ReLU(inplace = TRUE)
)
ps
embed proportion
y_range
use batch normalization
batch normalization final
batch normalization
activation
None