Multiclass classification support #256
Unanswered
GillianGrayson
asked this question in
Q&A
Replies: 2 comments
-
I guess it may not support multiclass classification currently, see the code below, it is located here: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also see here, if it is not a binary classification or regression model, it will throw an exception. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Does your package support solving the multiclass classification problem?
I found only one mention for
multiclass
in code:DeepCTR-Torch/deepctr_torch/layers/core.py
Line 145 in 2cd84f3
I also found only binary cross entropy loss in models
Beta Was this translation helpful? Give feedback.
All reactions