79170087

Date: 2024-11-08 12:48:21
Score: 1.5
Natty:
Report link

Shortly, no. Regressors cannot know this. Your problem is a multi-class classification problem. You need to use classifier for your problem. Classifier model predicts probabilites of three labels. And sum of them will be 1 (100%).

https://scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Atacan