Error in Machine Learning

Hi,
I extract shipping in voice details using machine learning, during execution i got this error please give me exact solution.

Thanks in Advance.

Regards,
Farhan

Hi @MD_Farhan1,

Please share the error

Regards

@MD_Farhan1,

It looks like your bl_no data got some non numeric value but your bl_no is of type Number resulted this error.

Check what is being extracted from the invoice and if value from invoice going to be alphanumeric, change the bl_no type to string/text

Hi @MD_Farhan1

Do you have a field called “bl-no”?, it could be the problem.

the message says

The field bl-no of type Number cannot be deserialized. Make sure you configured the correct field type in the taxonomy and that it is marked as multi-value if necessary.

Best regards

I Need Solution. how to solve it

@MD_Farhan1

Can you show you taxonomy manager please

Or in taxonomy manager find bl-no and checkthe type of it

Cheers

@MD_Farhan1

please toggle multi value and check

Cheers

Now Wroking fine bro .Thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.