Update a Sentiment Analysis Model
Hi,
I built a sentiment analysis model by using 1000 sampling data.
Now, I have additional 1000 examples, and I would like to update the model.
I know that I can input those 2000 example records and train the model again.
However, it is not efficient to do so.
Is there any method to update the trained model by new sampling?
Thanks!