View source: R/tabular_model.R
tabular_config | R Documentation |
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 |
ps |
embed_p |
embed proportion |
y_range |
y_range |
use_bn |
use batch normalization |
bn_final |
batch normalization final |
bn_cont |
batch normalization |
act_cls |
activation |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.