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

I've simply removed the `if` block that prevented setting these to true in config for SSL models. I'm open to adding to documentation or test cases if needed. ---- 📚...

I am getting error as below when using model sweep for either "full" or "high_memory". TypeError: cannot pickle 'generator' object

Calculating attribution based on `IntegratedGradients` for `FTTransformerf` requires `baseslines`. Is there a way to use a dataframe with the same features as baselines? For example, a dataframe which is a...

Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. Release notes Sourced from plotly's releases. v5.23.0 Updated Updated Plotly.js from version 2.32.0 to version 2.34.0. See the plotly.js CHANGELOG...

dependencies

Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Release notes Sourced from mkdocstrings[python]'s releases. 0.25.2 0.25.2 - 2024-07-25 Compare with 0.25.1 Code Refactoring Give precedence to Markdown heading...

dependencies

Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version. Release notes Sourced from pytorch-lightning's releases. Patch release v2.3.3 This release removes the code from the main lightning package that...

dependencies

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @​woodruffw💰 updated the tense on password nudge in #234 @​shenxianpeng💰 helped us disable...

enhancement

Implemented to allow running many model configurations in the Tuner. Allowing you to run different models, with each of them having their own search_spaces. A new Notebook tutorial was also...