Reuse trained model (Node Classification)

I have done these:

trained a model > predict with trained model > stored trained model

my question:

how I can I reused the trained model when new data is put into graph? I realized you can't use the same modeName for gds.beta.pipeline.nodeClassification.train.

Hello @peitan ,
currently we dont support training on top of an existing models.
Your best option would be to retrain the model with the same pipeline.

Stored models are mostly designed for back-up / restart and moving a model to a different machine.

I will forward your feedback to the team!