Question: how to define custom Model in Designer

Adam Stewart 51 Reputation points
2020-07-14T20:13:19.337+00:00

In Azure ML Designer, I can't figure out how to define a custom Model. The builtin NN Regression module has many bugs (will open a separate issue for those), so I need to make my own custom model. The closest thing I've found so far is Create Python Model, but this has the following limitation:

  • Can't parametrize model, so doesn't work with Tune Model Hyperparameters module

Is there any way to design my own model, and is it possible to contribute this upstream for others to use?

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,366 Reputation points Microsoft Employee
    2020-07-16T08:26:49.827+00:00

    @AdamStewart-2203 Yes, I think the current custom python model has a limitation while using it with Tune Model Hyperparameters. Our PG would like to discuss more about the contributions or inputs for this module, Could you please email us at AzCommunity[at]microsoft[dot]com so we can guide you accordingly.

    0 comments No comments