Skip to content

Commit

Permalink
Merge pull request #165 from basf/hot-fix_develop
Browse files Browse the repository at this point in the history
adapt paper link in readme
  • Loading branch information
AnFreTh authored Dec 3, 2024
2 parents 1ee79ea + cf5f64b commit e5c2892
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 317 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h1>Mambular: Tabular Deep Learning (with Mamba)</h1>
</div>

Mambular is a Python library for tabular deep learning. It includes models that leverage the Mamba (State Space Model) architecture, as well as other popular models like TabTransformer, FTTransformer, and tabular ResNets. Check out our paper `Mambular: A Sequential Model for Tabular Deep Learning`, available [here](https://arxiv.org/abs/2408.06291). Also check out our paper introducing (TabulaRNN)[https://arxiv.org/pdf/2411.17207] and analyzing the efficiency of NLP inspired tabular models.
Mambular is a Python library for tabular deep learning. It includes models that leverage the Mamba (State Space Model) architecture, as well as other popular models like TabTransformer, FTTransformer, and tabular ResNets. Check out our paper `Mambular: A Sequential Model for Tabular Deep Learning`, available [here](https://arxiv.org/abs/2408.06291). Also check out our paper introducing [TabulaRNN](https://arxiv.org/pdf/2411.17207) and analyzing the efficiency of NLP inspired tabular models.

<h3> Table of Contents </h3>

Expand Down
4 changes: 0 additions & 4 deletions mambular/configs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from .ndtf_config import DefaultNDTFConfig
from .node_config import DefaultNODEConfig
from .tabm_config import DefaultTabMConfig
from .trem_config import DefaultTREMConfig
from .cnn_config import DefaultCNNConfig


__all__ = [
Expand All @@ -25,6 +23,4 @@
"DefaultNDTFConfig",
"DefaultNODEConfig",
"DefaultTabMConfig",
"DefaultTREMConfig",
"DefaultCNNConfig",
]
95 changes: 0 additions & 95 deletions mambular/configs/cnn_config.py

This file was deleted.

105 changes: 0 additions & 105 deletions mambular/configs/ftet_config.py

This file was deleted.

112 changes: 0 additions & 112 deletions mambular/configs/trem_config.py

This file was deleted.

0 comments on commit e5c2892

Please sign in to comment.