Share via

Train Clustering Model Error 1000

Fares Mhaya 1 Reputation point
2021-09-01T18:24:15.43+00:00

This error occurs when I add a Metadata editor.
I want to Make the Fraud column a label for K-mean classification.

128328-0.png

128329-1.png

128352-2.png

I tried to add another metadata editor to exclude Fraud from the features, but the previous editor seems to have already taken care of that.

Azure Machine Learning

1 answer

Sort by: Most helpful
  1. Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
    2021-09-02T10:30:03.973+00:00

    @Fares Mhaya I think the error is because selected column "Fraud" is not renamed. As per the documentation of EDIT METADATA module all selected columns need to be renamed.

    For New column names, type the new name of the selected column or columns.

    • Column names can use only characters that are supported by the UTF-8 encoding. Empty strings, nulls, or names consisting entirely of spaces are not allowed.
    • To rename multiple columns, type the names as a comma-separated list in order of the column indices.
    • All selected columns must be renamed. You cannot omit or skip columns.

    Please try to re-run after adding a new name. Thanks!!

    Was this answer helpful?

    0 comments No comments

Your answer

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