Introduce a code-level separation between stable and experimental models. deeptab.models should expose only stable models, while ModernNCA, Trompt, and Tangos should be available through deeptab.models.experimental. Add tests and temporary deprecation warnings for old import paths.
For the public version of this split, use:
- Stable: Mambular, TabM, NODE, FTTransformer, MLP, ResNet, TabTransformer, MambaTab, TabulaRNN, MambAttention, NDTF, SAINT, AutoInt, TabR
- Experimental: ModernNCA, Tangos, Trompt
Introduce a code-level separation between stable and experimental
models. deeptab.modelsshould expose only stable models, while ModernNCA, Trompt, and Tangos should be available throughdeeptab.models.experimental. Add tests and temporary deprecation warnings for old import paths.For the public version of this split, use: