Skip to content

Commit 6fff094

Browse files
authored
docs: sphinx upgrade to 9.1.0
docs: sphinx upgrade 9.1.0
2 parents ae67fd0 + 0a6c024 commit 6fff094

17 files changed

Lines changed: 847 additions & 602 deletions

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: "3.10"
40+
python-version: "3.12"
4141

4242
- name: Install Poetry
4343
run: pipx install poetry
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: .venv
52-
key: venv-docs-${{ runner.os }}-3.10-${{ hashFiles('poetry.lock') }}
52+
key: venv-docs-${{ runner.os }}-3.12-${{ hashFiles('poetry.lock') }}
5353

5454
- name: Install package and docs dependencies
5555
run: poetry install --with docs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="./docs/images/logo/deeptab-v1.png" width="520"/>
2+
<img src="./docs/images/logo/deeptab-v1.png" width="550"/>
33

44
[![PyPI](https://img.shields.io/pypi/v/deeptab)](https://pypi.org/project/deeptab)
55
![PyPI - Downloads](https://img.shields.io/pypi/dm/deeptab)
@@ -15,7 +15,7 @@
1515
</div>
1616

1717
<div style="text-align: center;">
18-
<h1>deeptab: Tabular Deep Learning Made Simple</h1>
18+
<h1>DeepTab: Tabular Deep Learning Made Simple</h1>
1919
</div>
2020

2121
deeptab 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, TabM 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.

0 commit comments

Comments
 (0)