tabular_config: Tabular_config

View source: R/tabular_model.R

tabular_configR 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


fastai documentation built on March 31, 2023, 11:41 p.m.