Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tabular_config

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

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.