pytorch_tabular icon indicating copy to clipboard operation
pytorch_tabular copied to clipboard

A standard framework for modelling Deep Learning Models for tabular data

Results 111 pytorch_tabular issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [einops](https://github.com/arogozhnikov/einops) to permit the latest version. Release notes Sourced from einops's releases. v0.8.0: tinygrad, small fixes and updates TLDR tinygrad backend added resolve warning in py3.11...

dependencies

Bumps [akhilmhdh/contributors-readme-action](https://github.com/akhilmhdh/contributors-readme-action) from 2.3.6 to 2.3.8. Release notes Sourced from akhilmhdh/contributors-readme-action's releases. Contributors-Readme-Action v2.3.8 Removed check for push to enable manual run Contributors-Readme-Action v2.3.7 What's Changed Update node12 -> node18...

enhancement

**Is your feature request related to a problem? Please describe.** When the data size is quite large, many times we might need to use larger than RAM data. Also, using...

Open for Contribution

**Describe the bug** The model in pytorch_tabular.tabular_model_tuner.OUTPUT.best_model is not the model defined by pytorch_tabular.tabular_model_tuner.OUTPUT.best_params but instead the model defined by the hyperparameter placeholders when constructing the various configs. **To Reproduce**...

**Describe the bug** While experimenting with different settings and just passing `head="MixtuerDensityHead"` to the **TabTransformerConfig** I ran into the `lib/python3.9/site-packages/torch/nn/modules/linear.py", line 96, in __init__ self.weight = Parameter(torch.empty((out_features, in_features), **factory_kwargs)) TypeError:...

Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Commits 2434ef2 Updating version.json and repo version numbers to: 26.1 49253b1 Merge pull request #16308 from protocolbuffers/cp-26x-3 9bf69ec Fix validateFeatures...

dependencies

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...

enhancement

**Is your feature request related to a problem? Please describe.** manual wandb.finish after training **Describe the solution you'd like** add wandb.finish() at the end of model.fit **Describe alternatives you've considered**...