LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
requirements_extra.txt
setup.cfg
setup.py
docs/apidocs_common.md
docs/apidocs_config.md
docs/apidocs_coreclasses.md
docs/apidocs_head.md
docs/apidocs_model.md
docs/apidocs_ssl.md
docs/apidocs_utils.md
docs/authors.md
docs/contributing.md
docs/data.md
docs/development_manual.md
docs/experiment_tracking.md
docs/faq.md
docs/history.md
docs/index.md
docs/models.md
docs/optimizer.md
docs/other_features.md
docs/ssl_models.md
docs/tabular_model.md
docs/training.md
docs/imgs/auto_encoder.png
docs/imgs/dndt.png
docs/imgs/gflu.png
docs/imgs/gradient_histograms.png
docs/imgs/gradient_norms.png
docs/imgs/log_logits.png
docs/imgs/node_arch.png
docs/imgs/node_dense_arch.png
docs/imgs/pytorch_tabular_logo.png
docs/imgs/pytorch_tabular_logo_small_2.png
docs/imgs/tabnet_architecture.png
docs/tutorials/imgs/prob_reg_eq_1.png
docs/tutorials/imgs/prob_reg_eq_2.png
docs/tutorials/imgs/prob_reg_fig_1.png
docs/tutorials/imgs/prob_reg_fig_2.png
docs/tutorials/imgs/prob_reg_fig_3.png
docs/tutorials/imgs/prob_reg_hist_1.png
docs/tutorials/imgs/prob_reg_hist_2.png
docs/tutorials/imgs/prob_reg_hist_3.png
docs/tutorials/imgs/prob_reg_hist_4.png
docs/tutorials/imgs/prob_reg_mdn_1.png
docs/tutorials/imgs/prob_reg_mdn_2.png
docs/tutorials/imgs/prob_reg_mdn_3.png
docs/tutorials/imgs/prob_reg_mixing12_3.png
docs/tutorials/imgs/prob_reg_mixing1_3.png
docs/tutorials/imgs/prob_reg_mixing2_3.png
docs/tutorials/imgs/prob_reg_non_mdn_2.png
docs/tutorials/imgs/prob_reg_non_mdn_3.png
docs/tutorials/imgs/prob_reg_pdfs_4.png
docs/tutorials/imgs/wandb_preview.png
src/pytorch_tabular/__init__.py
src/pytorch_tabular/categorical_encoders.py
src/pytorch_tabular/feature_extractor.py
src/pytorch_tabular/tabular_datamodule.py
src/pytorch_tabular/tabular_model.py
src/pytorch_tabular/utils.py
src/pytorch_tabular.egg-info/PKG-INFO
src/pytorch_tabular.egg-info/SOURCES.txt
src/pytorch_tabular.egg-info/dependency_links.txt
src/pytorch_tabular.egg-info/not-zip-safe
src/pytorch_tabular.egg-info/requires.txt
src/pytorch_tabular.egg-info/top_level.txt
src/pytorch_tabular/config/__init__.py
src/pytorch_tabular/config/config.py
src/pytorch_tabular/models/__init__.py
src/pytorch_tabular/models/base_model.py
src/pytorch_tabular/models/autoint/__init__.py
src/pytorch_tabular/models/autoint/autoint.py
src/pytorch_tabular/models/autoint/config.py
src/pytorch_tabular/models/category_embedding/__init__.py
src/pytorch_tabular/models/category_embedding/category_embedding_model.py
src/pytorch_tabular/models/category_embedding/config.py
src/pytorch_tabular/models/common/__init__.py
src/pytorch_tabular/models/common/activations.py
src/pytorch_tabular/models/common/layers.py
src/pytorch_tabular/models/common/utils.py
src/pytorch_tabular/models/common/heads/__init__.py
src/pytorch_tabular/models/common/heads/blocks.py
src/pytorch_tabular/models/common/heads/config.py
src/pytorch_tabular/models/ft_transformer/__init__.py
src/pytorch_tabular/models/ft_transformer/config.py
src/pytorch_tabular/models/ft_transformer/ft_transformer.py
src/pytorch_tabular/models/gate/__init__.py
src/pytorch_tabular/models/gate/components.py
src/pytorch_tabular/models/gate/config.py
src/pytorch_tabular/models/gate/gate_model.py
src/pytorch_tabular/models/mixture_density/__init__.py
src/pytorch_tabular/models/mixture_density/config.py
src/pytorch_tabular/models/mixture_density/mdn.py
src/pytorch_tabular/models/node/__init__.py
src/pytorch_tabular/models/node/architecture_blocks.py
src/pytorch_tabular/models/node/config.py
src/pytorch_tabular/models/node/node_model.py
src/pytorch_tabular/models/node/odst.py
src/pytorch_tabular/models/tab_transformer/__init__.py
src/pytorch_tabular/models/tab_transformer/config.py
src/pytorch_tabular/models/tab_transformer/tab_transformer.py
src/pytorch_tabular/models/tabnet/__init__.py
src/pytorch_tabular/models/tabnet/config.py
src/pytorch_tabular/models/tabnet/tabnet_model.py
src/pytorch_tabular/ssl_models/__init__.py
src/pytorch_tabular/ssl_models/base_model.py
src/pytorch_tabular/ssl_models/common/__init__.py
src/pytorch_tabular/ssl_models/common/augmentations.py
src/pytorch_tabular/ssl_models/common/heads.py
src/pytorch_tabular/ssl_models/common/layers.py
src/pytorch_tabular/ssl_models/common/noise_generators.py
src/pytorch_tabular/ssl_models/common/ssl_losses.py
src/pytorch_tabular/ssl_models/common/ssl_utils.py
src/pytorch_tabular/ssl_models/common/utils.py
src/pytorch_tabular/ssl_models/dae/__init__.py
src/pytorch_tabular/ssl_models/dae/config.py
src/pytorch_tabular/ssl_models/dae/dae.py
tests/___test_augmentations.py
tests/__init__.py
tests/conftest.py
tests/test_autoint.py
tests/test_categorical_embedding.py
tests/test_common.py
tests/test_datamodule.py
tests/test_ft_transformer.py
tests/test_gate.py
tests/test_mdn.py
tests/test_node.py
tests/test_ssl.py
tests/test_tabnet.py
tests/test_tabtransformer.py