I am using an AutoML Natural Language model to classify articles into different categories on Google cloud. Is there a way to continuously train this model with new data so that it can improve itself?
Or do I have to train a new model after some time with new data manually and then replace the current model with it?