-
Notifications
You must be signed in to change notification settings - Fork 246
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
AutoTabPFN giving an error. "OOF ..." #164
Comments
Hey @ShakunBaichoo ! |
I was using data from MIMIC III. |
@LennartPurucker Do you have an idea what is going on? |
@ShakunBaichoo How many classes does the input data have, and what is the number of samples per class? This error should only occur in a rare edge case related to the number of classes when splitting the data. |
As a workaround, you could set |
@LennartPurucker is there a way to catch and handle this error or related? |
I don't know what causes this here, yet. As the error mentions, this should never happen. I know the function is thoroughly tested in my repo the code originated from. Since I added it to the TabPFN code base it has seen only minor changes. So, I am unsure where this bug would come from. For reference, here is the newest version of the splitting code. Maybe you can check what happens if you use this code for the data. |
@ShakunBaichoo I just pushed a fix to AutoTabPFN, if you get the latest code and run it again, this might be fixed now! |
Hi!
While running AutoTabPFN I am getting the following error:
Kindly advise.
Thanks,
Shakuntala
The text was updated successfully, but these errors were encountered: