https://github.com/durandtibo/tabutorch
PyTorch Library for Modeling Tabular Data
https://github.com/durandtibo/tabutorch
Last synced: 2 months ago
JSON representation
PyTorch Library for Modeling Tabular Data
- Host: GitHub
- URL: https://github.com/durandtibo/tabutorch
- Owner: durandtibo
- License: bsd-3-clause
- Created: 2024-12-16T01:15:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T19:03:58.000Z (2 months ago)
- Last Synced: 2025-04-11T19:49:47.950Z (2 months ago)
- Language: Python
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# tabutorch
## Overview
PyTorch Library for Modeling Tabular Data
TODO
## Motivation
TODO
## API stability
:warning: While `tabutorch` is in development stage, no API is guaranteed to be stable from one
release to the next. In fact, it is very likely that the API will change multiple times before a
stable 1.0.0 release. In practice, this means that upgrading `tabutorch` to a new version will
possibly break any code that was using the old version of `tabutorch`.## License
`tabutorch` is licensed under BSD 3-Clause "New" or "Revised" license available
in [LICENSE](https://github.com/durandtibo/tabutorch/blob/main/LICENSE) file.