-
Notifications
You must be signed in to change notification settings - Fork 118
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
Which model support "multiclass" task #77
Comments
Hi @astrung, References: DeepTables/deeptables/models/deepnets.py Lines 338 to 350 in a95f842
|
@oaksharks
How can I fix it ? Do I have problem in my features ? |
Maybe the value of your features is too small, here is how DT calculates the number of the bins: |
Please make sure that this is a feature request.
System information
Describe the feature and the current behavior/state.
When i test with various models in ModelConfig by change
nets=['fibi_nets']
, I see some model only support for binary classification, and when I tried to use with multi classification, I always get this error:ValueError: Unexpected logit output.{}
So how can I know which model support for multi classification, and which model is only for binary ?
Please help
The text was updated successfully, but these errors were encountered: