I am new to KNIME and have installed the latest version 5.8. I am trying to set up a neural network using the Python Script node to define the network structure via Python. To test I am using the default script:
I would appreciate any guidance on why the knime module is not recognized in the Python Script node and how to properly configure it to define my neural network.
Thank you very much for your reply . I have a Table Partitioner node feeding into this Python Script node. I have the code for training the neural network. However, I am still encountering the same error.
At this stage, I’m trying to test a basic setup to ensure everything works correctly before replacing it with my full code. Kindly see the details below:
@afarrokh As @Fabien_Couprie implied, your naming is incorrect. I also don’t understand how you come up with lines 3 and 4. Please use a fresh node and examine the example and descriptions. It should look like Fabien wrote.