.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning:
110 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
0
I'm newbie in ml.net and I want to implement multi-label classification.
Suppose Movie is my targeted variable i want to predict that movies genre such Romance = 99.98 % Comedy = 00.01% and Horror = 0.01% .
How can i perform all these in ml.net? Please guide me on this one.