tabular_config {fastai} | R Documentation |
Tabular_config
Description
Convenience function to easily create a config for 'TabularModel'
Usage
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)
)
Arguments
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 |
Value
None
[Package fastai version 2.2.2 Index]