-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: The number of quantiles cannot be greater than the number of samples used #121
Comments
Hi! 200,000 samples will be hard to fit memory-wise. I'm not sure where your error here comes from, can you provide a fuller trace please? Best! |
Here is the trace
|
Hi, noahho! I encountered the same error when using the training set of more than 10,000 rows. My x_train.shape=(273835, 85). Is there any solution?
|
Similar for me - sizes X: (4542148, 15) Y: (4542148, 1) running model = TabPFNRegressor(ignore_pretraining_limits = True) got error ........................................................................................... |
Same errors:
|
Duplicate of #169 |
Training worked for 100000 rows on TabPFNClassifier, while predicting didn't
And the error said
The text was updated successfully, but these errors were encountered: