LICENSE
README.md
pyproject.toml
src/tabpfn/__init__.py
src/tabpfn/base.py
src/tabpfn/classifier.py
src/tabpfn/constants.py
src/tabpfn/errors.py
src/tabpfn/inference.py
src/tabpfn/inference_config.py
src/tabpfn/inference_tuning.py
src/tabpfn/model_loading.py
src/tabpfn/parallel_execute.py
src/tabpfn/regressor.py
src/tabpfn/settings.py
src/tabpfn/utils.py
src/tabpfn.egg-info/PKG-INFO
src/tabpfn.egg-info/SOURCES.txt
src/tabpfn.egg-info/dependency_links.txt
src/tabpfn.egg-info/requires.txt
src/tabpfn.egg-info/top_level.txt
src/tabpfn/architectures/__init__.py
src/tabpfn/architectures/interface.py
src/tabpfn/architectures/base/__init__.py
src/tabpfn/architectures/base/bar_distribution.py
src/tabpfn/architectures/base/config.py
src/tabpfn/architectures/base/encoders.py
src/tabpfn/architectures/base/layer.py
src/tabpfn/architectures/base/memory.py
src/tabpfn/architectures/base/mlp.py
src/tabpfn/architectures/base/tabpfn_col_embedding.pt
src/tabpfn/architectures/base/thinking_tokens.py
src/tabpfn/architectures/base/transformer.py
src/tabpfn/architectures/base/attention/__init__.py
src/tabpfn/architectures/base/attention/full_attention.py
src/tabpfn/finetuning/__init__.py
src/tabpfn/finetuning/_torch_compat.py
src/tabpfn/finetuning/data_util.py
src/tabpfn/finetuning/finetuned_classifier.py
src/tabpfn/finetuning/train_util.py
src/tabpfn/misc/_sklearn_compat.py
src/tabpfn/misc/debug_versions.py
src/tabpfn/model/__init__.py
src/tabpfn/model/attention.py
src/tabpfn/model/bar_distribution.py
src/tabpfn/model/config.py
src/tabpfn/model/encoders.py
src/tabpfn/model/layer.py
src/tabpfn/model/loading.py
src/tabpfn/model/memory.py
src/tabpfn/model/mlp.py
src/tabpfn/model/preprocessing.py
src/tabpfn/model/transformer.py
src/tabpfn/preprocessing/__init__.py
src/tabpfn/preprocessing/core.py
src/tabpfn/preprocessing/definitions.py
src/tabpfn/preprocessing/presets.py
src/tabpfn/preprocessing/steps/__init__.py
src/tabpfn/preprocessing/steps/adaptive_quantile_transformer.py
src/tabpfn/preprocessing/steps/add_fingerprint_features_step.py
src/tabpfn/preprocessing/steps/differentiable_z_norm_step.py
src/tabpfn/preprocessing/steps/encode_categorical_features_step.py
src/tabpfn/preprocessing/steps/kdi_transformer.py
src/tabpfn/preprocessing/steps/nan_handling_polynomial_features_step.py
src/tabpfn/preprocessing/steps/preprocessing_helpers.py
src/tabpfn/preprocessing/steps/remove_constant_features_step.py
src/tabpfn/preprocessing/steps/reshape_feature_distribution_step.py
src/tabpfn/preprocessing/steps/safe_power_transformer.py
src/tabpfn/preprocessing/steps/shuffle_features_step.py
src/tabpfn/preprocessing/steps/squashing_scaler_transformer.py
tests/test_classifier_interface.py
tests/test_config.py
tests/test_consistency.py
tests/test_debug_versions.py
tests/test_download_fallbacks.py
tests/test_estimators.py
tests/test_finetuning_classifier.py
tests/test_finetuning_regressor.py
tests/test_ft_utils.py
tests/test_inference.py
tests/test_inference_config.py
tests/test_inference_tuning.py
tests/test_model_loading.py
tests/test_model_move_backwards_compatibility.py
tests/test_parallel_execute.py
tests/test_preprocessing.py
tests/test_regressor_interface.py
tests/test_save_load_fitted_model.py
tests/test_settings.py
tests/test_telemetry_disabled.py
tests/test_thinking_tokens.py
tests/test_transformer.py
tests/test_utils.py