Parameters for the tabnet model
attention_width(range = c(8L, 64L), trans = NULL)
decision_width(range = c(8L, 64L), trans = NULL)
feature_reusage(range = c(1, 2), trans = NULL)
momentum(range = c(0.01, 0.4), trans = NULL)
mask_type(values = c("sparsemax", "entmax"))
num_independent(range = c(1L, 5L), trans = NULL)
num_shared(range = c(1L, 5L), trans = NULL)
num_steps(range = c(3L, 10L), trans = NULL)
A dials
parameter to be used when tuning TabNet models.