Hello!
I work on textual data classification. So I made a model that predicts the class by taking as input the DTM. Now, I would like to update, in a regular and efficient way, the data table with new rows. My problem is to be able to easily compute the DTM using a formula so that the update is automatic.
Here is a file based on the example of potato chip reviews:
- first, we use the text explorer to save the DTM
- 2nd, we use a neural network to predict the column "Buy again?"
From there, I'd like to add rows to the table, and have the model predictions computed automatically, without having to relunch the text explorer.
Do you have any suggestions?
Thank you,
Florent