-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importing to node-red returns error of data type #8
Comments
Which test where you running? The hard coded test? |
No the first one run prediction Error 400 An exception occurred during Scoring with message: Value for field name |
Please elaborate on 'No the first one run prediction' which test exactly. |
Please accept apology, |
If you haven't modified the node with the hard-coded test then it will be building a test for the payload as below. All the columns are floating point / decimal numbers. It looks like you have created a model where column2, and I guess all the others, is a string. Check your data, and ensure that the model builder is picking up the columns as numbers and not strings.
|
Following all steps and model is populated properly but while doing test run it returns error
Error 400 An exception occurred during Scoring with message: Value for field name
COLUMN2
with datatypeScalarType(string,true)
is incorrect.The text was updated successfully, but these errors were encountered: