Ambiguous error in Azure Machine Learning Designer 'Evaluate Model' Module

Sampat, Varun 236 Reputation points
2021-06-01T17:17:02.803+00:00

I am getting the following error from the Evaluate Model module in Azure Machine Learning Designer:
101409-screenshot-2021-06-01-at-100708-pm.png

When I open the Assigned Data to Clusters module everything seems fine. I downloaded the output for Assigned Data to Clusters and played with cluster number 31 and there doesn't seem to be any issue. Additionally, I am using Azure Modules, so I am confused as to why this is failing. Please provide some clarity into this issue. This is a part of my pipeline:

101399-screenshot-2021-06-01-at-104512-pm.png

Additionally, it seems unless I successfully run the Evaluate Model module, I cannot create an inference pipeline. If this is untrue, please help me out here as well. There is no option for me to 'Create an Inference Pipeline' which shown in this tutorial; step 1.

Please let me know if you need any other information.

Thanks in advance.

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

Accepted answer
  1. GiftA-MSFT 11,176 Reputation points
    2021-06-11T22:35:57.477+00:00

    Can you please check if the Assignment cluster 31 has NaN value? The Assign Data to Clusters leverages SKlearn, and from the error message, seems the Assignment column had NaN value which resulted in an error. If that's the case, let us know, so we can enable Evaluate Module module to deal with NaN values, and in the meantime, here's a short-term workaround:

    • Connect Clean Missing Data module to Assign Data to Cluster module, to clean the missing values.
      104943-image.png
    • Use Edit Metadata module to convert Assignment to Integer and categorical type, this is because if Assignment column has NaN value before and its column type was double, we need to convert it to integer.
      104888-image.png
    • Connect Edit Metadata to Evaluate Model module.

    Hope this help!

    1 person found this answer helpful.
    0 comments No comments

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.