|
I am delighted to witness such creative work. I have found that for multi classification, TabPFNClassifier can also be directly used. But I also found that multi classification problems can be achieved through ManyClassClassifier. Is there any difference between these two? |
Answered by
LeoGrin
Mar 11, 2025
Replies: 1 comment
|
Hey @DoctorYin! The TabPFNClassifier works out of the box for up to 10 classes, |
0 replies
Answer selected by
LeoGrin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @DoctorYin! The TabPFNClassifier works out of the box for up to 10 classes,
ManyClassClassifiercan be useful when you have more classes (though it is right now quite experimental).