Export Knime ML to Python Pickle

@TE499OP if you use the knime python environment you can store the model as pickle.

Other than that you could use PMML or I very much like H2O.ai MOJO format to easily transfer models between KNIME, Python, R and Big Data systems:

Then you might be able to try and use knime weka models in python, although I have never done that.

2 Likes