Replies: 2 comments 3 replies
-
Hi, It's hard to tell how much work it will be. From a quick look, I don't forsee any major problems, the only annoyance might be the need to create a multidimensional output vector. We don't have the bandwidth in our team to work on this in the near future, but we're happy to review and discuss PRs. Best, |
Beta Was this translation helpful? Give feedback.
-
Btw, by "multi-category", do you mean "multi-label" (as something could be classified with more than one label) or "multi-class" (as in one example is either one class or the other, but not both -- even though there can be uncertainties) ? For a quick solution for either case actually, one could consider, outside the API, just running multiple binary classification models. In some cases, specially for multi-label, this can be better than one model with multi-labels/multi-class, because it's more flexible -- but not always. |
Beta Was this translation helpful? Give feedback.
-
I see from the documentation that right now, multi-category classification running from Go is not yet supported - as in the result of prediction is not just a binary classification of the label we are predicting.
This is something that I will need fairly shortly, so I wondered how much work it is to add this functionality to the go runtime? If there is no bandwidth on the team to do this, then I may look at the implementation myself, but I imagine it would be more quickly implemented by an existing team member?
Beta Was this translation helpful? Give feedback.
All reactions