diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index acc60370..01d6fe0f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,7 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. Ubuntu] - Python version [e.g. 3.8] - - DeepTabular Version [e.g. 1.6.0] + - deeptab Version [e.g. 1.6.0] **Additional context** Add any other context about the problem here. diff --git a/README.md b/README.md index 70651f57..91c51465 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,24 @@ -[![PyPI](https://img.shields.io/pypi/v/deeptabular)](https://pypi.org/project/deeptabular) -![PyPI - Downloads](https://img.shields.io/pypi/dm/deeptabular) -[![docs build](https://readthedocs.org/projects/deeptabular/badge/?version=latest)](https://deeptabular.readthedocs.io/en/latest/?badge=latest) -[![docs](https://img.shields.io/badge/docs-latest-blue)](https://deeptabular.readthedocs.io/en/latest/) -[![open issues](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/OpenTabular/DeepTabular/issues) +[![PyPI](https://img.shields.io/pypi/v/deeptab)](https://pypi.org/project/deeptab) +![PyPI - Downloads](https://img.shields.io/pypi/dm/deeptab) +[![docs build](https://readthedocs.org/projects/deeptab/badge/?version=latest)](https://deeptab.readthedocs.io/en/latest/?badge=latest) +[![docs](https://img.shields.io/badge/docs-latest-blue)](https://deeptab.readthedocs.io/en/latest/) +[![open issues](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/OpenTabular/deeptab/issues) -[📘Documentation](https://deeptabular.readthedocs.io/en/latest/index.html) | -[🛠️Installation](https://deeptabular.readthedocs.io/en/latest/installation.html) | -[Models](https://deeptabular.readthedocs.io/en/latest/api/models/index.html) | -[🤔Report Issues](https://github.com/OpenTabular/DeepTabular/issues) +[📘Documentation](https://deeptab.readthedocs.io/en/latest/index.html) | +[🛠️Installation](https://deeptab.readthedocs.io/en/latest/installation.html) | +[Models](https://deeptab.readthedocs.io/en/latest/api/models/index.html) | +[🤔Report Issues](https://github.com/OpenTabular/deeptab/issues)
-

DeepTabular: Tabular Deep Learning Made Simple

+

deeptab: Tabular Deep Learning Made Simple

-DeepTabular 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. +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.

⚡ What's New ⚡