I have used the ML.net modelbuilder to apply multi-classification.
My label
(prediction) in this classification is the product class code. To make this prediction, I used the following features
:
- manufacturer id
- manufacturer
- product description
- Brand
- product series
- weight
This works to predict the product class when I enter the product description. But if I leave the product description empty and enter only the brand and the manufacturer, the model does not predict anything.
Could this be because, for example, the brand and manufacturer are often the same and do not have as much variety as the product description in the training data?