What the best practice to reuse Knime model in Python?

Here is an example with Python an pickle. For your Szenario question would be to generate the model without python first.

Best practise I came across was using H2O.ai MOJO files.

They mostly can be exchanged between KNIME and R and Python. I would have to set up an example.

A general example can be found here:

1 Like