TabPFN
TabPFN copied to clipboard
Official implementation of the TabPFN and the tabpfn package.
It looks to me like ``train_mixed_precision`` is not passed to ``train`` in ``model_builder.get_model`` so no matter what the ``config_sample`` says, there's no mixed precision from what I can tell. Doing...
There's some for-loops in the evaluation that only work if they run exactly once, which seems pretty confusing. One is in https://github.com/automl/TabPFN/blob/main/tabpfn/RunFullDatasetAnalyses.ipynb, in "eval_methods". If there's more than one did,...
Our test sets have duplicates, while we deduplicate them in our eval code, it would be better to just not have them in the first place s.t. we don't accidentally...
In the Comparison of RunFullDatasetAnalyses.ipynb, inside was a document of unknown origin: path_ = 'prior_tuning_result.pkl'. Where did 'prior_tuning_result.pkl' come from ??? Where do I look for this document???