Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,121 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to specify your own equation when using ML.NET in Visual Studio?
Using the tooling (Model Builder) in Visual Studio, not by default. However, you can take the generated code and add custom transforms after the fact. Using the API, you can use custom transforms. In both cases, what you'll want to use is the CustomMapping transform.
Hi,
We have another forum for ML.NET only, I would highly recommend you to post your question there. https://github.com/dotnet/machinelearning/issues
Regards,
Yutong