An Azure machine learning service for building and deploying models.
@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!!