How to save the best model trained with cross-validation as PMML model ?
Hi @ritazh and welcome to the forum.
You might try something like this workflow as a starting point.
After parameter optimization, you could train the model using the chosen hyper parameters on your full dataset, then use a PMML Writer node to save the model. Note that not all model types support writing as PMML, if that’s a strict requirement for you.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.