You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepTab is a Python package that simplifies tabular deep learning by providing a suite of models for regression, classification, and distributional regression tasks. It includes models such as Mambular, TabM, FT-Transformer, TabulaRNN, TabTransformer, and tabular ResNets.
A curated collection of TDL (Tabular Deep Learning) resources—libraries, projects, tutorials, papers, and more—for researchers and developers in the field.
PyTorch implementation of the FT-Transformer (Gorishniy et al., 2021) for tabular regression — benchmarked against classical baselines on California Housing, with ablation studies, Optuna tuning, 98% test coverage, and CI/CD.
Code accompanying our TMLR paper, benchmarking B-spline, M-spline, I-spline, and PLE numerical encodings for tabular deep learning, including fixed, target-aware, and learnable knot placement.
This study proposes a diverse family of additive models that extend Generalized Additive Models to achieve both interpretability and predictive performance in forecasting. While preserving the stability of traditional GAMs, we develop Feature-wise Additive Models, Gradient Boosting Additive Models, and TabNet-based Neural Additive Models (TabNAM).