LICENSE
README.md
pyproject.toml
setup.py
tabtune/__init__.py
tabtune/logger.py
tabtune/run.py
tabtune.egg-info/PKG-INFO
tabtune.egg-info/SOURCES.txt
tabtune.egg-info/dependency_links.txt
tabtune.egg-info/not-zip-safe
tabtune.egg-info/requires.txt
tabtune.egg-info/top_level.txt
tabtune/Dataprocess/__init__.py
tabtune/Dataprocess/contexttab_preprocessor.py
tabtune/Dataprocess/data_processor.py
tabtune/Dataprocess/mitra_preprocessor.py
tabtune/Dataprocess/orion_bix_preprocessor.py
tabtune/Dataprocess/orion_msp_preprocessor.py
tabtune/Dataprocess/tabdpt_preprocessor.py
tabtune/Dataprocess/tabicl_preprocessor.py
tabtune/Dataprocess/tabpfn_preprocessor.py
tabtune/TabularLeaderboard/__init__.py
tabtune/TabularLeaderboard/leaderboard.py
tabtune/TabularPipeline/__init__.py
tabtune/TabularPipeline/pipeline.py
tabtune/TuningManager/__init__.py
tabtune/TuningManager/peft_utils.py
tabtune/TuningManager/peft_utils_trial.py
tabtune/TuningManager/tuning.py
tabtune/benchmarking/__init__.py
tabtune/benchmarking/benchmark_pipeline.py
tabtune/benchmarking/benchmarking_config.py
tabtune/benchmarking/result_handler.py
tabtune/data/base.py
tabtune/data/extract_tabzilla_ids.py
tabtune/data/openml.py
tabtune/data/tabzilla.py
tabtune/data/talent_full.py
tabtune/models/__init__.py
tabtune/models/apt/__init__.py
tabtune/models/apt/utils.py
tabtune/models/apt/data/__init__.py
tabtune/models/apt/data/base.py
tabtune/models/apt/data/mlp.py
tabtune/models/apt/data/utils.py
tabtune/models/apt/data/wrapper.py
tabtune/models/apt/model/__init__.py
tabtune/models/apt/model/attention.py
tabtune/models/apt/model/convolution.py
tabtune/models/apt/model/feedforward.py
tabtune/models/apt/model/model.py
tabtune/models/apt/model/transformer.py
tabtune/models/apt/model/utils.py
tabtune/models/apt/model/wrapper.py
tabtune/models/apt/train/__init__.py
tabtune/models/apt/train/train.py
tabtune/models/apt/train/utils.py
tabtune/models/contexttab/__init__.py
tabtune/models/contexttab/attention.py
tabtune/models/contexttab/constants.py
tabtune/models/contexttab/contexttab.py
tabtune/models/contexttab/embeddings.py
tabtune/models/contexttab/torch_model.py
tabtune/models/contexttab/data/__init__.py
tabtune/models/contexttab/data/sentence_embedder.py
tabtune/models/contexttab/data/tokenizer.py
tabtune/models/contexttab/scripts/__init__.py
tabtune/models/contexttab/scripts/start_embedding_server.py
tabtune/models/contexttab/scripts/zmq_server.py
tabtune/models/contexttab/utils/__init__.py
tabtune/models/contexttab/utils/lru_cache.py
tabtune/models/mitra/__init__.py
tabtune/models/mitra/base.py
tabtune/models/mitra/embedding.py
tabtune/models/mitra/tab2d.py
tabtune/models/orion_bix/__about__.py
tabtune/models/orion_bix/__init__.py
tabtune/models/orion_bix/model/__init__.py
tabtune/models/orion_bix/model/attention.py
tabtune/models/orion_bix/model/embedding.py
tabtune/models/orion_bix/model/encoders.py
tabtune/models/orion_bix/model/inference.py
tabtune/models/orion_bix/model/inference_config.py
tabtune/models/orion_bix/model/interaction.py
tabtune/models/orion_bix/model/layers.py
tabtune/models/orion_bix/model/learning.py
tabtune/models/orion_bix/model/orion_bix.py
tabtune/models/orion_bix/model/rope.py
tabtune/models/orion_bix/prior/__init__.py
tabtune/models/orion_bix/prior/activations.py
tabtune/models/orion_bix/prior/dataset.py
tabtune/models/orion_bix/prior/episode_generator.py
tabtune/models/orion_bix/prior/genload.py
tabtune/models/orion_bix/prior/hp_sampling.py
tabtune/models/orion_bix/prior/meta_dataset.py
tabtune/models/orion_bix/prior/mlp_scm.py
tabtune/models/orion_bix/prior/prior_config.py
tabtune/models/orion_bix/prior/reg2cls.py
tabtune/models/orion_bix/prior/tree_scm.py
tabtune/models/orion_bix/prior/utils.py
tabtune/models/orion_bix/sklearn/__init__.py
tabtune/models/orion_bix/sklearn/classifier.py
tabtune/models/orion_bix/sklearn/preprocessing.py
tabtune/models/orion_bix/train/__init__.py
tabtune/models/orion_bix/train/meta_trainer.py
tabtune/models/orion_bix/train/optim.py
tabtune/models/orion_bix/train/run.py
tabtune/models/orion_bix/train/train_config.py
tabtune/models/orion_msp/__about__.py
tabtune/models/orion_msp/__init__.py
tabtune/models/orion_msp/model/__init__.py
tabtune/models/orion_msp/model/attention.py
tabtune/models/orion_msp/model/embedding.py
tabtune/models/orion_msp/model/encoders.py
tabtune/models/orion_msp/model/inference.py
tabtune/models/orion_msp/model/inference_config.py
tabtune/models/orion_msp/model/interaction.py
tabtune/models/orion_msp/model/layers.py
tabtune/models/orion_msp/model/learning.py
tabtune/models/orion_msp/model/orion_msp.py
tabtune/models/orion_msp/model/rope.py
tabtune/models/orion_msp/prior/__init__.py
tabtune/models/orion_msp/prior/activations.py
tabtune/models/orion_msp/prior/dataset.py
tabtune/models/orion_msp/prior/genload.py
tabtune/models/orion_msp/prior/hp_sampling.py
tabtune/models/orion_msp/prior/mlp_scm.py
tabtune/models/orion_msp/prior/prior_config.py
tabtune/models/orion_msp/prior/reg2cls.py
tabtune/models/orion_msp/prior/tree_scm.py
tabtune/models/orion_msp/prior/utils.py
tabtune/models/orion_msp/sklearn/__init__.py
tabtune/models/orion_msp/sklearn/classifier.py
tabtune/models/orion_msp/sklearn/preprocessing.py
tabtune/models/orion_msp/train/__init__.py
tabtune/models/orion_msp/train/optim.py
tabtune/models/orion_msp/train/run.py
tabtune/models/orion_msp/train/train_config.py
tabtune/models/tabdpt/__init__.py
tabtune/models/tabdpt/classifier.py
tabtune/models/tabdpt/estimator.py
tabtune/models/tabdpt/model.py
tabtune/models/tabdpt/regressor.py
tabtune/models/tabdpt/test.py
tabtune/models/tabdpt/utils.py
tabtune/models/tabicl/__about__.py
tabtune/models/tabicl/__init__.py
tabtune/models/tabicl/model/__init__.py
tabtune/models/tabicl/model/attention.py
tabtune/models/tabicl/model/embedding.py
tabtune/models/tabicl/model/encoders.py
tabtune/models/tabicl/model/inference.py
tabtune/models/tabicl/model/inference_config.py
tabtune/models/tabicl/model/interaction.py
tabtune/models/tabicl/model/layers.py
tabtune/models/tabicl/model/learning.py
tabtune/models/tabicl/model/rope.py
tabtune/models/tabicl/model/tabicl.py
tabtune/models/tabicl/prior/__init__.py
tabtune/models/tabicl/prior/activations.py
tabtune/models/tabicl/prior/dataset.py
tabtune/models/tabicl/prior/genload.py
tabtune/models/tabicl/prior/hp_sampling.py
tabtune/models/tabicl/prior/mlp_scm.py
tabtune/models/tabicl/prior/prior_config.py
tabtune/models/tabicl/prior/reg2cls.py
tabtune/models/tabicl/prior/tree_scm.py
tabtune/models/tabicl/prior/utils.py
tabtune/models/tabicl/sklearn/__init__.py
tabtune/models/tabicl/sklearn/classifier.py
tabtune/models/tabicl/sklearn/preprocessing.py
tabtune/models/tabicl/train/__init__.py
tabtune/models/tabicl/train/optim.py
tabtune/models/tabicl/train/run.py
tabtune/models/tabicl/train/train_config.py
tabtune/models/tabpfn/__init__.py
tabtune/models/tabpfn/base.py
tabtune/models/tabpfn/classifier.py
tabtune/models/tabpfn/config.py
tabtune/models/tabpfn/constants.py
tabtune/models/tabpfn/finetune_utils.py
tabtune/models/tabpfn/inference.py
tabtune/models/tabpfn/model_loading.py
tabtune/models/tabpfn/preprocessing.py
tabtune/models/tabpfn/regressor.py
tabtune/models/tabpfn/settings.py
tabtune/models/tabpfn/utils.py
tabtune/models/tabpfn/architectures/__init__.py
tabtune/models/tabpfn/architectures/interface.py
tabtune/models/tabpfn/architectures/base/__init__.py
tabtune/models/tabpfn/architectures/base/bar_distribution.py
tabtune/models/tabpfn/architectures/base/config.py
tabtune/models/tabpfn/architectures/base/encoders.py
tabtune/models/tabpfn/architectures/base/layer.py
tabtune/models/tabpfn/architectures/base/memory.py
tabtune/models/tabpfn/architectures/base/mlp.py
tabtune/models/tabpfn/architectures/base/preprocessing.py
tabtune/models/tabpfn/architectures/base/transformer.py
tabtune/models/tabpfn/architectures/base/attention/__init__.py
tabtune/models/tabpfn/architectures/base/attention/full_attention.py
tabtune/models/tabpfn/misc/_sklearn_compat.py
tabtune/models/tabpfn/misc/debug_versions.py
tabtune/models/tabpfn/model/__init__.py
tabtune/models/tabpfn/model/attention.py
tabtune/models/tabpfn/model/bar_distribution.py
tabtune/models/tabpfn/model/config.py
tabtune/models/tabpfn/model/encoders.py
tabtune/models/tabpfn/model/layer.py
tabtune/models/tabpfn/model/loading.py
tabtune/models/tabpfn/model/memory.py
tabtune/models/tabpfn/model/mlp.py
tabtune/models/tabpfn/model/preprocessing.py
tabtune/models/tabpfn/model/transformer.py
tabtune/utils/__init__.py
tabtune/utils/env.py
tests/test_data_processor.py
tests/test_evaluation_advanced.py
tests/test_finetuning.py
tests/test_imports.py
tests/test_leaderboard.py
tests/test_model_integration.py
tests/test_multiclass.py
tests/test_peft.py
tests/test_tabular_pipeline.py