Running Python Script Gives Error

Question is what kind of output you would expect. KNIME and Python would typically have three generic outputs

  1. data manipulations etc using Python
  2. build prediction models and save them
  3. use graphic packages like seaborn and export graphics (as PNG)

I modified an earlier example to show all three (if you just save results from Python you might use much more), and also there is the ability to integrate Jupyter notebooks in KNIME.

kn_example_python_logistic_regression_iris_graphic.knwf (259.7 KB)

2 Likes