Add feature request, Multilabel classification and predict_proba #3909
Labels
enhancement
New feature or request
onnx
Exporting ONNX models or loading ONNX models
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
System information
Hi everyone,
I'm looking for help. I developed some ML models in Python and I'm now trying to import them in ML.NET because my final app is in .NET Core.
I started reading some tutorials and follow step-by-step tutorials from Microsoft. But I can't find out if there is a simple way to implement some features, like:
predict_proba()
of sklearn, where I get in return the probabilities of every class. So that I can show the first two or three most probable classes.If anyone has some tutorials on how to do this things, or knows if they are planned in the next updates of the library.
Otherwise is there a way to easily implements my python models in a .NET core app?
Thanks,
Alessandro
The text was updated successfully, but these errors were encountered: