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/limix_preprocessor.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/tabiclv2_preprocessor.py
tabtune/Dataprocess/tabpfn_preprocessor.py
tabtune/Dataprocess/regression/base_processor.py
tabtune/Dataprocess/regression/contexttab_processor.py
tabtune/Dataprocess/regression/limix_processor.py
tabtune/Dataprocess/regression/mitra_processor.py
tabtune/Dataprocess/regression/tabdpt_processor.py
tabtune/Dataprocess/regression/tabpfn_processor.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/openml_ctr23.py
tabtune/data/tabarena.py
tabtune/data/tabzilla.py
tabtune/data/talent_full.py
tabtune/models/__init__.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/limix/__init__.py
tabtune/models/limix/classifier.py
tabtune/models/limix/encoders.py
tabtune/models/limix/layer.py
tabtune/models/limix/preprocess.py
tabtune/models/limix/transformer.py
tabtune/models/mitra/__init__.py
tabtune/models/mitra/base.py
tabtune/models/mitra/embedding.py
tabtune/models/mitra/model_loading.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/orionmsp_v15/__about__.py
tabtune/models/orionmsp_v15/__init__.py
tabtune/models/orionmsp_v15/model/__init__.py
tabtune/models/orionmsp_v15/model/attention.py
tabtune/models/orionmsp_v15/model/embedding.py
tabtune/models/orionmsp_v15/model/encoders.py
tabtune/models/orionmsp_v15/model/inference.py
tabtune/models/orionmsp_v15/model/inference_config.py
tabtune/models/orionmsp_v15/model/interaction.py
tabtune/models/orionmsp_v15/model/layers.py
tabtune/models/orionmsp_v15/model/learning.py
tabtune/models/orionmsp_v15/model/orionmsp_v15.py
tabtune/models/orionmsp_v15/model/rope.py
tabtune/models/orionmsp_v15/prior/__init__.py
tabtune/models/orionmsp_v15/prior/activations.py
tabtune/models/orionmsp_v15/prior/dataset.py
tabtune/models/orionmsp_v15/prior/genload.py
tabtune/models/orionmsp_v15/prior/hp_sampling.py
tabtune/models/orionmsp_v15/prior/mlp_scm.py
tabtune/models/orionmsp_v15/prior/prior_config.py
tabtune/models/orionmsp_v15/prior/reg2cls.py
tabtune/models/orionmsp_v15/prior/tree_scm.py
tabtune/models/orionmsp_v15/prior/utils.py
tabtune/models/orionmsp_v15/sklearn/classifier.py
tabtune/models/orionmsp_v15/sklearn/preprocessing.py
tabtune/models/orionmsp_v15/train/__init__.py
tabtune/models/orionmsp_v15/train/optim.py
tabtune/models/orionmsp_v15/train/run.py
tabtune/models/orionmsp_v15/train/train_config.py
tabtune/models/regression/contexttab/__init__.py
tabtune/models/regression/contexttab/regressor.py
tabtune/models/regression/limix/__init__.py
tabtune/models/regression/limix/preprocessing.py
tabtune/models/regression/limix/regressor.py
tabtune/models/regression/limix/regressor_ensemble.py
tabtune/models/regression/limix/regressor_wrapper.py
tabtune/models/regression/mitra/__init__.py
tabtune/models/regression/mitra/regressor.py
tabtune/models/regression/tabdpt/__init__.py
tabtune/models/regression/tabdpt/regressor.py
tabtune/models/regression/tabpfn/regressor.py
tabtune/models/regression/tabpfnv26/__init__.py
tabtune/models/regression/tabpfnv26/regressor.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/tabiclv2/__about__.py
tabtune/models/tabiclv2/__init__.py
tabtune/models/tabiclv2/model/__init__.py
tabtune/models/tabiclv2/model/attention.py
tabtune/models/tabiclv2/model/embedding.py
tabtune/models/tabiclv2/model/encoders.py
tabtune/models/tabiclv2/model/inference.py
tabtune/models/tabiclv2/model/inference_config.py
tabtune/models/tabiclv2/model/interaction.py
tabtune/models/tabiclv2/model/kv_cache.py
tabtune/models/tabiclv2/model/layers.py
tabtune/models/tabiclv2/model/learning.py
tabtune/models/tabiclv2/model/quantile_dist.py
tabtune/models/tabiclv2/model/rope.py
tabtune/models/tabiclv2/model/ssmax.py
tabtune/models/tabiclv2/model/tabicl.py
tabtune/models/tabiclv2/prior/__init__.py
tabtune/models/tabiclv2/prior/activations.py
tabtune/models/tabiclv2/prior/dataset.py
tabtune/models/tabiclv2/prior/genload.py
tabtune/models/tabiclv2/prior/hp_sampling.py
tabtune/models/tabiclv2/prior/mlp_scm.py
tabtune/models/tabiclv2/prior/prior_config.py
tabtune/models/tabiclv2/prior/reg2cls.py
tabtune/models/tabiclv2/prior/tree_scm.py
tabtune/models/tabiclv2/prior/utils.py
tabtune/models/tabiclv2/sklearn/__init__.py
tabtune/models/tabiclv2/sklearn/base.py
tabtune/models/tabiclv2/sklearn/classifier.py
tabtune/models/tabiclv2/sklearn/preprocessing.py
tabtune/models/tabiclv2/sklearn/regressor.py
tabtune/models/tabiclv2/sklearn/sklearn_utils.py
tabtune/models/tabiclv2/train/__init__.py
tabtune/models/tabiclv2/train/optim.py
tabtune/models/tabiclv2/train/run.py
tabtune/models/tabiclv2/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/inference_tuning.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/thinking_tokens.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/models/tabpfnv26/__init__.py
tabtune/models/tabpfnv26/base.py
tabtune/models/tabpfnv26/classifier.py
tabtune/models/tabpfnv26/constants.py
tabtune/models/tabpfnv26/errors.py
tabtune/models/tabpfnv26/inference.py
tabtune/models/tabpfnv26/inference_config.py
tabtune/models/tabpfnv26/inference_tuning.py
tabtune/models/tabpfnv26/model_loading.py
tabtune/models/tabpfnv26/parallel_execute.py
tabtune/models/tabpfnv26/regressor.py
tabtune/models/tabpfnv26/settings.py
tabtune/models/tabpfnv26/utils.py
tabtune/models/tabpfnv26/validation.py
tabtune/models/tabpfnv26/_compat/__init__.py
tabtune/models/tabpfnv26/_compat/telemetry.py
tabtune/models/tabpfnv26/architectures/__init__.py
tabtune/models/tabpfnv26/architectures/interface.py
tabtune/models/tabpfnv26/architectures/tabpfn_v2_5.py
tabtune/models/tabpfnv26/architectures/tabpfn_v2_6.py
tabtune/models/tabpfnv26/architectures/base/__init__.py
tabtune/models/tabpfnv26/architectures/base/bar_distribution.py
tabtune/models/tabpfnv26/architectures/base/config.py
tabtune/models/tabpfnv26/architectures/base/layer.py
tabtune/models/tabpfnv26/architectures/base/memory.py
tabtune/models/tabpfnv26/architectures/base/mlp.py
tabtune/models/tabpfnv26/architectures/base/thinking_tokens.py
tabtune/models/tabpfnv26/architectures/base/transformer.py
tabtune/models/tabpfnv26/architectures/base/attention/__init__.py
tabtune/models/tabpfnv26/architectures/base/attention/full_attention.py
tabtune/models/tabpfnv26/architectures/encoders/__init__.py
tabtune/models/tabpfnv26/architectures/encoders/pipeline_interfaces.py
tabtune/models/tabpfnv26/architectures/encoders/steps/__init__.py
tabtune/models/tabpfnv26/architectures/encoders/steps/_ops.py
tabtune/models/tabpfnv26/architectures/encoders/steps/feature_group_projections_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/feature_transform_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/frequency_feature_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/multiclass_classification_target_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/nan_handling_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/normalize_feature_groups_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/remove_duplicate_features_encoder_step.py
tabtune/models/tabpfnv26/architectures/encoders/steps/remove_empty_features_encoder_step.py
tabtune/models/tabpfnv26/architectures/shared/__init__.py
tabtune/models/tabpfnv26/architectures/shared/attention_gqa_check.py
tabtune/models/tabpfnv26/architectures/shared/chunked_evaluate.py
tabtune/models/tabpfnv26/architectures/shared/column_embeddings.py
tabtune/models/tabpfnv26/finetuning/__init__.py
tabtune/models/tabpfnv26/finetuning/_torch_compat.py
tabtune/models/tabpfnv26/finetuning/data_util.py
tabtune/models/tabpfnv26/finetuning/finetuned_base.py
tabtune/models/tabpfnv26/finetuning/finetuned_classifier.py
tabtune/models/tabpfnv26/finetuning/finetuned_regressor.py
tabtune/models/tabpfnv26/finetuning/train_util.py
tabtune/models/tabpfnv26/misc/_sklearn_compat.py
tabtune/models/tabpfnv26/misc/debug_versions.py
tabtune/models/tabpfnv26/model/__init__.py
tabtune/models/tabpfnv26/model/attention.py
tabtune/models/tabpfnv26/model/bar_distribution.py
tabtune/models/tabpfnv26/model/config.py
tabtune/models/tabpfnv26/model/encoders.py
tabtune/models/tabpfnv26/model/layer.py
tabtune/models/tabpfnv26/model/loading.py
tabtune/models/tabpfnv26/model/memory.py
tabtune/models/tabpfnv26/model/mlp.py
tabtune/models/tabpfnv26/model/preprocessing.py
tabtune/models/tabpfnv26/model/transformer.py
tabtune/models/tabpfnv26/preprocessing/__init__.py
tabtune/models/tabpfnv26/preprocessing/clean.py
tabtune/models/tabpfnv26/preprocessing/configs.py
tabtune/models/tabpfnv26/preprocessing/datamodel.py
tabtune/models/tabpfnv26/preprocessing/ensemble.py
tabtune/models/tabpfnv26/preprocessing/label_encoder.py
tabtune/models/tabpfnv26/preprocessing/modality_detection.py
tabtune/models/tabpfnv26/preprocessing/pipeline_factory.py
tabtune/models/tabpfnv26/preprocessing/pipeline_interface.py
tabtune/models/tabpfnv26/preprocessing/presets.py
tabtune/models/tabpfnv26/preprocessing/transform.py
tabtune/models/tabpfnv26/preprocessing/type_detection.py
tabtune/models/tabpfnv26/preprocessing/steps/__init__.py
tabtune/models/tabpfnv26/preprocessing/steps/adaptive_quantile_transformer.py
tabtune/models/tabpfnv26/preprocessing/steps/add_fingerprint_features_step.py
tabtune/models/tabpfnv26/preprocessing/steps/add_svd_features_step.py
tabtune/models/tabpfnv26/preprocessing/steps/differentiable_z_norm_step.py
tabtune/models/tabpfnv26/preprocessing/steps/encode_categorical_features_step.py
tabtune/models/tabpfnv26/preprocessing/steps/kdi_transformer.py
tabtune/models/tabpfnv26/preprocessing/steps/nan_handling_polynomial_features_step.py
tabtune/models/tabpfnv26/preprocessing/steps/preprocessing_helpers.py
tabtune/models/tabpfnv26/preprocessing/steps/remove_constant_features_step.py
tabtune/models/tabpfnv26/preprocessing/steps/reshape_feature_distribution_step.py
tabtune/models/tabpfnv26/preprocessing/steps/safe_power_transformer.py
tabtune/models/tabpfnv26/preprocessing/steps/shuffle_features_step.py
tabtune/models/tabpfnv26/preprocessing/steps/squashing_scaler_transformer.py
tabtune/models/tabpfnv26/preprocessing/steps/utils.py
tabtune/models/tabpfnv26/preprocessing/torch/__init__.py
tabtune/models/tabpfnv26/preprocessing/torch/factory.py
tabtune/models/tabpfnv26/preprocessing/torch/ops.py
tabtune/models/tabpfnv26/preprocessing/torch/pipeline_interface.py
tabtune/models/tabpfnv26/preprocessing/torch/steps.py
tabtune/models/tabpfnv26/preprocessing/torch/torch_soft_clip_outliers.py
tabtune/models/tabpfnv26/preprocessing/torch/torch_standard_scaler.py
tabtune/resampling/__init__.py
tabtune/resampling/context_sampling.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_tabpfnv26.py
tests/test_tabular_pipeline.py