Error 0056
Updated: March 16, 2017
Error 0056
Exception occurs if the columns you selected for an operation violates requirements.
This error in Azure Machine Learning occurs when you are choosing columns for an operation that requires the column be of a particular data type.
This error can also happen if the column is the correct data type, but the module you are using requires that the column also be specifically marked as a feature, label, or categorical column.
For example, the Convert to Indicator Values module requires that columns be categorical, and will raise this error if you select a feature column or label column.
Review the data type of the columns that are currently selected.
Ascertain whether the selected columns are categorical, label, or feature columns.
Review the help topic for the module in which you made the column selection, to determine if there are specific requirements for data type or column usage.
Use Edit Metadata to change the column type for the duration of this operation. Be sure to change the column type back to its original value, using another instance of Edit Metadata, if you need it for downstream operations.
| Exception Messages |
|---|
| One or more selected columns were not in an allowed category. |
| Column with name "{0}" is not in an allowed category. |
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |