How do I save a trained model in spark jobs?

Hello~

 

I am currently trying to use Knime for Spark Jobs.

I have a set of data which no longer require transformation, but I normalized the data inside knime and trained it using Spark Linear SVM model.

The question is, how can I save the Linear SVM Model? So, the other worflow I create can just refer to the trained model and hence, I can skip the train and move onto the scoring.

I have attached a picture, is it the right way to save the model?

 



Thanks.

Best regards,
Mizu~

Hi Mizu,

Most data mining approaches in KNIME use a Learner-predictor motif. The Learner node trains the model with its input data. The Predictor node applies the model to a different subset of data.

You need to connect the nodes as showed in the attached picture.

Then, if you want to save the trained mode, your approach is correct.

Hope that I've understood what you are trying to solve.

Best,

Vincenzo

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.