How to use Text Prediction to learn the keywords using Machine learning to map to the fields.

How to use Text Prediction to learn the keywords using Machine learning to map to the fields.

Example-PhoneNumber:1234567890, this should map to PhoneNumber property. Similarly in some case the PhoneNumber comes under ContactNumber:1234567890, this should also map to PhoneNumber property.

How to train the data and map to UI using activity/DT

Any help?

@Otto_Perdeck is this a question you might be able to help with?

@KishoreR7037

To map the properties in the Text Prediction UI with the feedback, select the keyword (1234567890) and map the corresponding entity list to the feedback. You can use the pxCaptureTAFeedback API to add feedback to the Text Prediction by providing the modelName, class, text, and actual result parameters. By incorporating this feedback, we can update the text prediction model with training records.

@perus Hi But the problem is records are not getting trained.

@KishoreR7037

Please verify if the text prediction build was successful. If it was, you should see training records for the entity in the outcomes tab. If it was not, check the corresponding error message. Ensure that enough records are added to build the model, so you can see it is being trained.

Could you let me know if, after adding the feedback data to text prediction, you can see the records in the model by downloading the feedback data?

@KishoreR7037

To map the properties in the Text Prediction UI with the feedback, select the keyword (1234567890) and map the corresponding entity list to the feedback. You can use the pxCaptureTAFeedback API to add feedback to the Text Prediction by providing the modelName, class, text, and actual result parameters. By incorporating this feedback, we can update the text prediction model with training records.

Please follow the below attachment.

Machinelearning.docx (139 KB)

[Mod removed incorrect tag to @Sindhu Nalajala]

@KishoreR7037

Hi,
can you share the details of error message and screenshot why the records are not getting trained ?

@perus

My records are getting trained i didn’t get any errors.

@Sindhu Nalajala