Error 0002
Updated: July 19, 2016
Error 0002
Exception occurs if one or more parameters could not be parsed or converted from specified type into required by target method type.
This error occurs in Azure Machine Learning when you specify a parameter as input and the value type is different from the type that is expected, and implicit conversion cannot be performed.
Check the module requirements and determine which value type is required (string, integer, double, etc.)
Exception Messages |
|---|
Failed to parse parameter |
Failed to parse "{0}" parameter |
Failed to parse (convert) "{0}" parameter to "{1}" |
Failed to convert "{0}" parameter from "{1}" to "{2}" |
Failed to convert "{0}" parameter value "{1}" from "{2}" to "{3}" |
Failed to convert value "{0}" in column "{1}" from "{2}" to "{3}" with usage of the format "{4}" provided |
Tip |
|---|
|
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |
