Remote run model unable to be saved

Bernardo Jaccoud 21 Reputation points
2021-02-11T22:49:50.957+00:00

I've built models using the AutoML function and I'm trying to call the best model to deploy into production. The AutoML function ran correctly and produced the ~35 models. My goal is to pull the best model. Here is the code:

best_run, fitted_model = remote_run.get_output()
fitted_model

When runnning the code, I get the following error:

AttributeError: 'DataTransformer' object has no attribute 'enable_dnn'

Any help would be much appreciated.

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

Accepted answer
  1. romungi-MSFT 47,441 Reputation points Microsoft Employee
    2021-02-12T11:23:05.603+00:00

    @Bernardo Jaccoud Did your run configure enable_dnn i.e bert settings of automated ML? I am curious to understand what the status of your run is directly on the portal ml.azure.com?


0 additional answers

Sort by: Most helpful

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.