Get Started
Handling Advanced Stypes
Package Reference
Bases: Decoder
Decoder
The ExcelFormer decoder introduced in the “ExcelFormer: A Neural Network Surpassing GBDTs on Tabular Data” paper.
in_channels (int) – Input channel dimensionality
out_channels (int) – Output channel dimensionality
num_cols (int) – Number of columns.
Resets all learnable parameters of the module.
Transforming x into output predictions.
x
x (Tensor) – Input column-wise tensor of shape [batch_size, num_cols, in_channels]
[batch_size, out_channels].
Tensor