Error 0047

 

Updated: July 19, 2016

Error 0047

Exception occurs if number of feature columns in some of the datasets passed to the module is too small.

This error in Azure Machine Learning occurs if the input dataset to training does not contain the minimum number of columns required by the algorithm. Typically either the dataset is empty or only contains training columns.

Revisit the input dataset to make sure there one or more additional columns apart from the label column.

Exception Messages

Number of feature columns in input dataset is less than allowed minimum.

Number of feature columns in input dataset is less than allowed minimum of {0} column(s).

Number of feature columns in input dataset "{0}" is less than allowed minimum of {1} column(s).

System_CAPS_tipTip

Need more help or troubleshooting tips for Azure Machine Learning? Try these resources:

Show: