Using Prediction fusion for unknown data

Hello,
I am using the workflow below

I would like to use this model from the prediction fusion as a model to predict unknown data ( I mean to use it as a metaclassifier). Could you please show me how to do it.
Thanks,
Zied

Hi @zizoo,
you can export the Naive Bayes and SVM models via Model Writer Node. Afterwards replace the two Learner Nodes with Model Reader Nodes. The Predictors, the Joiner and the Prediction Fusion Node can stay where they are. Is that the answer that you expected?

1 Like

Thanks MH,