Another nitpick on the end-to-end training and evaluation.
Currently the TabPFNClassifier is hard-coded to read from f'models_diff/prior_diff_real_results{add_name}_n_{i}_epoch_{e}_{eval_addition}.pkl' but I don't see any code that would write a model to that path.
Another nitpick on the end-to-end training and evaluation. Currently the
TabPFNClassifier
is hard-coded to read fromf'models_diff/prior_diff_real_results{add_name}_n_{i}_epoch_{e}_{eval_addition}.pkl'
but I don't see any code that would write a model to that path.