-
Hello... Great framework, as always! I am working with a dataset for fake news classification. How can I model the label using Ludwig? Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @anakin87, great question! One option would typically be to use the NUMBER type and then post-process the output to conform to the correct set of outputs. That said, there's been some interesting work recently with adding ordinal loss functions for multi-class classification. I took a stab at adding one of the newer ones (CORN loss) to Ludwig in #3375. Please try it out and let me know if it works better for your task. |
Beta Was this translation helpful? Give feedback.
Hey @anakin87, great question! One option would typically be to use the NUMBER type and then post-process the output to conform to the correct set of outputs.
That said, there's been some interesting work recently with adding ordinal loss functions for multi-class classification. I took a stab at adding one of the newer ones (CORN loss) to Ludwig in #3375. Please try it out and let me know if it works better for your task.