dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Add feature request, Multilabel classification and predict_proba #3909

Open agerewines opened 5 years ago

agerewines commented 5 years ago

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:

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

gvashishtha commented 4 years ago

@ImGere have you tried exporting your Python models to ONNX and loading them with an ONNX Transformer? https://docs.microsoft.com/en-us/dotnet/api/microsoft.ml.transforms.onnx.onnxtransformer?view=ml-dotnet

migratingcub commented 4 years ago

Is there an update on if ML.Net will support Multi-label classification out of the box?