Specify your own equation in ML.NET

deskcheck1-0579 411 Reputation points
2020-07-16T14:50:16.883+00:00

Is there a way to specify your own equation when using ML.NET in Visual Studio?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,852 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Luis Quintanilla 1 Reputation point Microsoft Employee
    2020-07-20T17:51:59.093+00:00

    Hi @deskcheck1-0579

    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.

    0 comments No comments

  2. YutongTie-MSFT 50,856 Reputation points
    2020-07-21T14:44:12.81+00:00

    @deskcheck1-0579

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.