question

FaresMhaya-7055 avatar image
0 Votes"
FaresMhaya-7055 asked FaresMhaya-7055 commented

Train Clustering Model Error 1000

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-studio-classic
0.png (25.6 KiB)
1.png (72.1 KiB)
2.png (55.4 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@FaresMhaya-7055 Did you get a chance to try the below suggestion?

0 Votes 0 ·

Oh hey, sorry I didn't see the notification. Thanks for the answer!
I haven't tried it as of yet so I'll be sure to check and get back to you asap.
I did however substitute the normilization with a PCA filter and it worked without errors

0 Votes 0 ·

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered romungi-MSFT edited

@FaresMhaya-7055 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!!


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.