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

## Problem When specifying `devices_list` in `TrainerConfig`, users encountered an OmegaConf validation error: ```python from pytorch_tabular.config import TrainerConfig from omegaconf import OmegaConf # This fails with ValidationError trainer_config = TrainerConfig(devices_list=[1,...

Updates the requirements on [kaleido](https://github.com/plotly/kaleido) to permit the latest version. Commits d93391e Add one off test for complicated plotly obj. 1037810 Improve error info of ImportError. 7972d69 Create script for...

dependencies

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.6.22 Updated Georgian translation Changelog Sourced from mkdocs-material's changelog. mkdocs-material-9.6.22 (2025-10-15) Updated Georgian translation...

dependencies
size:XS

https://github.com/manujosephv/pytorch_tabular/blob/023db2776f96a0f2854e837eef62840be1a12a5e/src/pytorch_tabular/config/config.py#L565C9-L566C45 When specifying a devices_list, this line of code causes ``` omegaconf.errors.ValidationError: Value '[1, 2, 3, 4]' of type 'list' could not be converted to Integer full_key: devices object_type=TrainerConfig ```

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

enhancement
dependencies
size:XS

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is...

enhancement
dependencies
size:XS

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.13.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.13.0 [!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @​woodruffw💰. We've also integrated Zizmor to catch...

enhancement
dependencies
size:XS

Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version. Release notes Sourced from wandb's releases. v0.22.1 What's Changed Added Optimize artifacts downloads re-verification with checksum caching (@​thanos-wandb in wandb/wandb#10157)...

dependencies
size:XS

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Release notes Sourced from numpy's releases. NumPy 2.0.2 release (Aug 26, 2024) NumPy 2.0.2 Release Notes NumPy 2.0.2 is a...

dependencies
size:XS

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. Lightning v2.5.5 Changes in 2.5.5 PyTorch Lightning Include exclude_frozen_parameters to DeepSpeedStrategy (#21060) Include PossibleUserWarning...

dependencies
size:XS