Skip to content

Releases: Alcoholrithm/TabularS3L

v0.70

02 Mar 07:36
fbb9627

Choose a tag to compare

New Feature

  • Introduced TabularBinning

v0.60

29 Nov 11:31

Choose a tag to compare

New Features

  • Support modular designs for embedding and backbone module.
    The currently supported modules are:
    • Embedding modules:
      identity
      feature_tokenizer (from Revisiting Deep Learning Models for Tabular Data)
    • Backbone modules:
      mlp
      transformer

Enhancements

  • Split reconstruction head for DAE and VIME: Implement separate reconstruction heads for categorical and continuous features, enhancing the handling of heterogeneous data.

v0.50

19 Jun 03:10
5494ae0

Choose a tag to compare

  1. Module Optimization
    Enhanced performance by optimizing several modules, resulting in more efficient and faster execution.

  2. Refactored Forward and Loss Calculation Logic
    Moved the forward and loss calculation logic from Lightning modules to functional modules.
    This change improves modularity and maintainability of the codebase.

  3. Code Refactoring
    Refactored the overall codebase for better readability, and maintainability.

  4. New Freeze Encoder Flag
    Added a freeze_encoder flag to the set_second_phase method. This flag allows users to easily freeze or unfreeze the encoder during the second phase of training, providing greater flexibility in model training.

v0.41

21 May 17:51

Choose a tag to compare

Bug Fix

Removed unnecessary print statements

v0.40

02 May 05:42
ab9d32a

Choose a tag to compare

  1. Release SwitchTab
  2. Add the weight initialization when initializing the model

v0.30

22 Apr 05:18
6378833

Choose a tag to compare

Release Denoising AutoEncoder (DAE).

v0.21

12 Mar 07:41
13c9981

Choose a tag to compare

Incorporate data_hparams into Config

v0.20

04 Mar 09:05
fbb5edf

Choose a tag to compare

Release Lightning Modules for VIME, SubTab, and SCARF.

v0.10

02 Mar 20:02

Choose a tag to compare

Release of nn.Module Implementations for VIME, SubTab, and SCARF, Including Their Corresponding Datasets