automl / TabPFN

Official implementation of the TabPFN paper (https://arxiv.org/abs/2207.01848) and the tabpfn package.
http://priorlabs.ai
Apache License 2.0
1.22k stars 109 forks source link

The variable "single_eval_position" has a chance of being zero. #83

Closed liuquangao closed 7 months ago

liuquangao commented 9 months ago

single_eval_pos_gen=get_uniform_single_eval_pos_sampler(config.get('max_eval_pos', config['bptt']), min_len=config.get('min_eval_pos', 100))

SamuelGabriel commented 7 months ago

Yeah, then the training set is simply empty. That is fine for our model, even though it sounds a little strange.

liuquangao commented 7 months ago

Thank you for your patience.