basf / mamba-tabular

Mambular is a Python package that brings the power of Mamba architectures to tabular data, offering a suite of deep learning models for regression, classification, and distributional regression tasks. This includes models like Mambular, FT-Transformer, TabTransformer and tabular ResNets.
https://mambular.readthedocs.io
MIT License
133 stars 7 forks source link

Neural Oblivious Decsion Ensembles #151

Closed AnFreTh closed 2 weeks ago

AnFreTh commented 2 weeks ago

This pull request introduces several significant changes to the mambular project, focusing on adding new modules, implementing utility functions, and simplifying the normalization layer selection in base models. The most important changes include the addition of the NODE model and the refactoring of normalization layer selection.

New Modules and Functions:

Refactoring: