MANIFEST.in
README-pypi.md
README.md
pyproject.toml
src/tabstar/__init__.py
src/tabstar/constants.py
src/tabstar/tabstar_model.py
src/tabstar/tabstar_verbalizer.py
src/tabstar.egg-info/PKG-INFO
src/tabstar.egg-info/SOURCES.txt
src/tabstar.egg-info/dependency_links.txt
src/tabstar.egg-info/requires.txt
src/tabstar.egg-info/top_level.txt
src/tabstar/arch/__init__.py
src/tabstar/arch/arch.py
src/tabstar/arch/config.py
src/tabstar/arch/fusion.py
src/tabstar/arch/interaction.py
src/tabstar/arch/prediction.py
src/tabstar/datasets/__init__.py
src/tabstar/datasets/all_datasets.py
src/tabstar/datasets/benchmark_folds.py
src/tabstar/preprocessing/__init__.py
src/tabstar/preprocessing/binning.py
src/tabstar/preprocessing/dates.py
src/tabstar/preprocessing/detection.py
src/tabstar/preprocessing/feat_types.py
src/tabstar/preprocessing/nulls.py
src/tabstar/preprocessing/scaler.py
src/tabstar/preprocessing/sparse.py
src/tabstar/preprocessing/splits.py
src/tabstar/preprocessing/target.py
src/tabstar/preprocessing/texts.py
src/tabstar/preprocessing/verbalize.py
src/tabstar/resources/imdb.csv
src/tabstar/training/__init__.py
src/tabstar/training/dataloader.py
src/tabstar/training/devices.py
src/tabstar/training/early_stopping.py
src/tabstar/training/lora.py
src/tabstar/training/metrics.py
src/tabstar/training/optimizer.py
src/tabstar/training/trainer.py
src/tabstar/training/utils.py
test/test_datetimes.py
test/test_layers_unfreeze.py
test/test_null_detections.py
test/test_numerical_verbalization.py