LICENSE
MANIFEST.in
pyproject.toml
setup.py
TALENT/__init__.py
TALENT/configs/classical_configs.json
TALENT/configs/deep_configs.json
TALENT/configs/default/LinearRegression.json
TALENT/configs/default/LogReg.json
TALENT/configs/default/NCM.json
TALENT/configs/default/NaiveBayes.json
TALENT/configs/default/PFN-v2.json
TALENT/configs/default/RandomForest.json
TALENT/configs/default/amformer.json
TALENT/configs/default/autoint.json
TALENT/configs/default/bishop.json
TALENT/configs/default/catboost.json
TALENT/configs/default/danets.json
TALENT/configs/default/dcn2.json
TALENT/configs/default/dnnr.json
TALENT/configs/default/dummy.json
TALENT/configs/default/excelformer.json
TALENT/configs/default/ftt.json
TALENT/configs/default/grande.json
TALENT/configs/default/grownet.json
TALENT/configs/default/hyperfast.json
TALENT/configs/default/knn.json
TALENT/configs/default/lightgbm.json
TALENT/configs/default/linear.json
TALENT/configs/default/mlp.json
TALENT/configs/default/mlp_plr.json
TALENT/configs/default/modernNCA.json
TALENT/configs/default/node.json
TALENT/configs/default/protogate.json
TALENT/configs/default/ptarl.json
TALENT/configs/default/realmlp.json
TALENT/configs/default/resnet.json
TALENT/configs/default/saint.json
TALENT/configs/default/snn.json
TALENT/configs/default/svm.json
TALENT/configs/default/switchtab.json
TALENT/configs/default/t2gformer.json
TALENT/configs/default/tabcaps.json
TALENT/configs/default/tabm.json
TALENT/configs/default/tabnet.json
TALENT/configs/default/tabpfn.json
TALENT/configs/default/tabptm.json
TALENT/configs/default/tabr.json
TALENT/configs/default/tabtransformer.json
TALENT/configs/default/tangos.json
TALENT/configs/default/trompt.json
TALENT/configs/default/xgboost.json
TALENT/configs/opt_space/LinearRegression.json
TALENT/configs/opt_space/LogReg.json
TALENT/configs/opt_space/NCM.json
TALENT/configs/opt_space/NaiveBayes.json
TALENT/configs/opt_space/PFN-v2.json
TALENT/configs/opt_space/RandomForest.json
TALENT/configs/opt_space/amformer.json
TALENT/configs/opt_space/autoint.json
TALENT/configs/opt_space/bishop.json
TALENT/configs/opt_space/catboost.json
TALENT/configs/opt_space/danets.json
TALENT/configs/opt_space/dcn2.json
TALENT/configs/opt_space/dnnr.json
TALENT/configs/opt_space/dummy.json
TALENT/configs/opt_space/excelformer.json
TALENT/configs/opt_space/ftt.json
TALENT/configs/opt_space/grande.json
TALENT/configs/opt_space/grownet.json
TALENT/configs/opt_space/hyperfast.json
TALENT/configs/opt_space/knn.json
TALENT/configs/opt_space/lightgbm.json
TALENT/configs/opt_space/linear.json
TALENT/configs/opt_space/mlp.json
TALENT/configs/opt_space/mlp_plr.json
TALENT/configs/opt_space/modernNCA.json
TALENT/configs/opt_space/node.json
TALENT/configs/opt_space/protogate.json
TALENT/configs/opt_space/ptarl.json
TALENT/configs/opt_space/realmlp.json
TALENT/configs/opt_space/resnet.json
TALENT/configs/opt_space/saint.json
TALENT/configs/opt_space/snn.json
TALENT/configs/opt_space/svm.json
TALENT/configs/opt_space/switchtab.json
TALENT/configs/opt_space/t2gformer.json
TALENT/configs/opt_space/tabcaps.json
TALENT/configs/opt_space/tabm.json
TALENT/configs/opt_space/tabnet.json
TALENT/configs/opt_space/tabpfn.json
TALENT/configs/opt_space/tabptm.json
TALENT/configs/opt_space/tabr.json
TALENT/configs/opt_space/tabtransformer.json
TALENT/configs/opt_space/tangos.json
TALENT/configs/opt_space/trompt.json
TALENT/configs/opt_space/xgboost.json
TALENT/model/utils.py
TALENT/model/classical_methods/base.py
TALENT/model/classical_methods/catboost.py
TALENT/model/classical_methods/dummy.py
TALENT/model/classical_methods/knn.py
TALENT/model/classical_methods/lightgbm.py
TALENT/model/classical_methods/logreg.py
TALENT/model/classical_methods/lr.py
TALENT/model/classical_methods/naivebayes.py
TALENT/model/classical_methods/ncm.py
TALENT/model/classical_methods/randomforest.py
TALENT/model/classical_methods/svm.py
TALENT/model/classical_methods/xgboost.py
TALENT/model/lib/TData.py
TALENT/model/lib/data.py
TALENT/model/lib/num_embeddings.py
TALENT/model/lib/amformer/blocks.py
TALENT/model/lib/bishop/attn.py
TALENT/model/lib/bishop/decoder.py
TALENT/model/lib/bishop/embed.py
TALENT/model/lib/bishop/encoder.py
TALENT/model/lib/bishop/entmax.py
TALENT/model/lib/bishop/module.py
TALENT/model/lib/danets/AcceleratedModule.py
TALENT/model/lib/danets/sparsemax.py
TALENT/model/lib/dnnr/__init__.py
TALENT/model/lib/dnnr/dnnr.py
TALENT/model/lib/dnnr/nn_index.py
TALENT/model/lib/dnnr/solver.py
TALENT/model/lib/excelformer/__init__.py
TALENT/model/lib/excelformer/aug_utils.py
TALENT/model/lib/excelformer/data.py
TALENT/model/lib/excelformer/deep.py
TALENT/model/lib/excelformer/env.py
TALENT/model/lib/excelformer/loss.py
TALENT/model/lib/excelformer/metrics.py
TALENT/model/lib/excelformer/util.py
TALENT/model/lib/hyperfast/__init__.py
TALENT/model/lib/hyperfast/model.py
TALENT/model/lib/hyperfast/utils.py
TALENT/model/lib/node/__init__.py
TALENT/model/lib/node/arch.py
TALENT/model/lib/node/nn_utils.py
TALENT/model/lib/node/odst.py
TALENT/model/lib/node/utils.py
TALENT/model/lib/pfn_v2/tabpfn/__init__.py
TALENT/model/lib/pfn_v2/tabpfn/base.py
TALENT/model/lib/pfn_v2/tabpfn/classifier.py
TALENT/model/lib/pfn_v2/tabpfn/constants.py
TALENT/model/lib/pfn_v2/tabpfn/inference.py
TALENT/model/lib/pfn_v2/tabpfn/preprocessing.py
TALENT/model/lib/pfn_v2/tabpfn/regressor.py
TALENT/model/lib/pfn_v2/tabpfn/utils.py
TALENT/model/lib/pfn_v2/tabpfn/model/__init__.py
TALENT/model/lib/pfn_v2/tabpfn/model/bar_distribution.py
TALENT/model/lib/pfn_v2/tabpfn/model/config.py
TALENT/model/lib/pfn_v2/tabpfn/model/encoders.py
TALENT/model/lib/pfn_v2/tabpfn/model/layer.py
TALENT/model/lib/pfn_v2/tabpfn/model/loading.py
TALENT/model/lib/pfn_v2/tabpfn/model/memory.py
TALENT/model/lib/pfn_v2/tabpfn/model/mlp.py
TALENT/model/lib/pfn_v2/tabpfn/model/multi_head_attention.py
TALENT/model/lib/pfn_v2/tabpfn/model/preprocessing.py
TALENT/model/lib/pfn_v2/tabpfn/model/transformer.py
TALENT/model/lib/ptarl/utils.py
TALENT/model/lib/realmlp/__init__.py
TALENT/model/lib/realmlp/torch_utils.py
TALENT/model/lib/realmlp/utils.py
TALENT/model/lib/realmlp/alg_interfaces/__init__.py
TALENT/model/lib/realmlp/alg_interfaces/alg_interfaces.py
TALENT/model/lib/realmlp/alg_interfaces/base.py
TALENT/model/lib/realmlp/alg_interfaces/nn_interfaces.py
TALENT/model/lib/realmlp/data/__init__.py
TALENT/model/lib/realmlp/data/conversion.py
TALENT/model/lib/realmlp/data/data.py
TALENT/model/lib/realmlp/data/nested_dict.py
TALENT/model/lib/realmlp/data/splits.py
TALENT/model/lib/realmlp/nn_models/__init__.py
TALENT/model/lib/realmlp/nn_models/activations.py
TALENT/model/lib/realmlp/nn_models/base.py
TALENT/model/lib/realmlp/nn_models/categorical.py
TALENT/model/lib/realmlp/nn_models/models.py
TALENT/model/lib/realmlp/nn_models/nn.py
TALENT/model/lib/realmlp/nn_models/pipeline.py
TALENT/model/lib/realmlp/optim/__init__.py
TALENT/model/lib/realmlp/optim/optimizers.py
TALENT/model/lib/realmlp/optim/scheduling_adam.py
TALENT/model/lib/realmlp/sklearn/__init__.py
TALENT/model/lib/realmlp/sklearn/default_params.py
TALENT/model/lib/realmlp/sklearn/sklearn_base.py
TALENT/model/lib/realmlp/sklearn/sklearn_interfaces.py
TALENT/model/lib/realmlp/training/__init__.py
TALENT/model/lib/realmlp/training/auc_mu.py
TALENT/model/lib/realmlp/training/coord.py
TALENT/model/lib/realmlp/training/lightning_callbacks.py
TALENT/model/lib/realmlp/training/lightning_modules.py
TALENT/model/lib/realmlp/training/logging.py
TALENT/model/lib/realmlp/training/metrics.py
TALENT/model/lib/realmlp/training/nn_creator.py
TALENT/model/lib/realmlp/training/scheduling.py
TALENT/model/lib/tabcaps/lib/callbacks.py
TALENT/model/lib/tabcaps/lib/logger.py
TALENT/model/lib/tabcaps/lib/metrics.py
TALENT/model/lib/tabcaps/lib/multiclass_utils.py
TALENT/model/lib/tabcaps/lib/utils.py
TALENT/model/lib/tabcaps/model/AbstractLayer.py
TALENT/model/lib/tabcaps/model/capsule_loss.py
TALENT/model/lib/tabcaps/model/sparsemax.py
TALENT/model/lib/tabcaps/model/tab_capsulenet.py
TALENT/model/lib/tabcaps/model/tabcaps_model.py
TALENT/model/lib/tabm/deep.py
TALENT/model/lib/tabm/tabm.py
TALENT/model/lib/tabnet/abstract_model.py
TALENT/model/lib/tabnet/augmentations.py
TALENT/model/lib/tabnet/callbacks.py
TALENT/model/lib/tabnet/metrics.py
TALENT/model/lib/tabnet/multiclass_utils.py
TALENT/model/lib/tabnet/multitask.py
TALENT/model/lib/tabnet/pretraining.py
TALENT/model/lib/tabnet/pretraining_utils.py
TALENT/model/lib/tabnet/sparsemax.py
TALENT/model/lib/tabnet/tab_model.py
TALENT/model/lib/tabnet/tab_network.py
TALENT/model/lib/tabnet/utils.py
TALENT/model/lib/tabpfn/encoders.py
TALENT/model/lib/tabpfn/layer.py
TALENT/model/lib/tabpfn/transformer.py
TALENT/model/lib/tabpfn/utils.py
TALENT/model/lib/tabptm/utils_tabptm.py
TALENT/model/lib/tabr/utils.py
TALENT/model/lib/trompt/trompt.py
TALENT/model/methods/PFN_v2.py
TALENT/model/methods/amformer.py
TALENT/model/methods/autoint.py
TALENT/model/methods/base.py
TALENT/model/methods/bishop.py
TALENT/model/methods/danets.py
TALENT/model/methods/dcn2.py
TALENT/model/methods/dnnr.py
TALENT/model/methods/excelformer.py
TALENT/model/methods/ftt.py
TALENT/model/methods/grande.py
TALENT/model/methods/grownet.py
TALENT/model/methods/hyperfast.py
TALENT/model/methods/mlp.py
TALENT/model/methods/mlp_plr.py
TALENT/model/methods/modernNCA.py
TALENT/model/methods/node.py
TALENT/model/methods/protogate.py
TALENT/model/methods/ptarl.py
TALENT/model/methods/realmlp.py
TALENT/model/methods/resnet.py
TALENT/model/methods/saint.py
TALENT/model/methods/snn.py
TALENT/model/methods/switchtab.py
TALENT/model/methods/t2gformer.py
TALENT/model/methods/tabcaps.py
TALENT/model/methods/tabm.py
TALENT/model/methods/tabnet.py
TALENT/model/methods/tabpfn.py
TALENT/model/methods/tabptm.py
TALENT/model/methods/tabr.py
TALENT/model/methods/tabtransformer.py
TALENT/model/methods/tangos.py
TALENT/model/methods/trompt.py
TALENT/model/models/PFN_v2.py
TALENT/model/models/__init__.py
TALENT/model/models/amformer.py
TALENT/model/models/autoint.py
TALENT/model/models/bishop.py
TALENT/model/models/danets.py
TALENT/model/models/dcn2.py
TALENT/model/models/dnnr.py
TALENT/model/models/excelformer.py
TALENT/model/models/ftt.py
TALENT/model/models/grande.py
TALENT/model/models/grownet.py
TALENT/model/models/hyperfast.py
TALENT/model/models/mlp.py
TALENT/model/models/mlp_plr.py
TALENT/model/models/modernNCA.py
TALENT/model/models/node.py
TALENT/model/models/protogate.py
TALENT/model/models/ptarl.py
TALENT/model/models/realmlp.py
TALENT/model/models/resnet.py
TALENT/model/models/saint.py
TALENT/model/models/snn.py
TALENT/model/models/switchtab.py
TALENT/model/models/t2gformer.py
TALENT/model/models/tabcaps.py
TALENT/model/models/tabm.py
TALENT/model/models/tabnet.py
TALENT/model/models/tabpfn.py
TALENT/model/models/tabptm.py
TALENT/model/models/tabr.py
TALENT/model/models/tabtransformer.py
TALENT/model/models/tangos.py
TALENT/model/models/trompt.py
TALENT/model/models/models_tabptm/metaregC-numK16-Reweight-LR0.001-maneucbra-log.pth
TALENT_PyTorch.egg-info/PKG-INFO
TALENT_PyTorch.egg-info/SOURCES.txt
TALENT_PyTorch.egg-info/dependency_links.txt
TALENT_PyTorch.egg-info/requires.txt
TALENT_PyTorch.egg-info/top_level.txt
resources/TALENT-LOGO.png
resources/all_tasks.png
resources/binclass.png
resources/multiclass.png
resources/regression.png