If you use the score tool, all results will not show a value, but a NULL value.
Can you tell me how to solve it?
------The following message is Alteryx Warning.------------
Warning: Scoring (12): The category 1 in the field EI_117 was not present in the data used to estimate the model.Records with this category value will not be scored.
Warning: Scoring (12): Not all records were scored due to missing values in the predictor fields or unknown categorical values.
Solved! Go to Solution.
Hi @SaoriYamguchi ,
This is due to the fact that your data is being treated as a string. I have used an auto-field tool to convert the values into numeric values or bytes, and this resolved the issue.
I've attached the new workflow.
Hope this helps.
M.
It is complete! Thank you very much.
Could you please to tell me, are all variables better to be numeric?
Until now, all data flagged with "0" and "1" were of character type.
Thank you.