The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Hi, I have a rapidminer process for which I have to write down a python code. It is using Keras.
I have data as a csv file. I have to use this data to produce an address extraction code.
0
Answers
Can you elaborate more? With RapidMiner:
- Use the Read CSV operator to read the CSV file.
- Connect it to the Execute Python operator (from the Python Extension) to get the CSV contents as pandas dataframe.
- Inside the Execute Python operator, write your Python code.
- Don't forget that your Python code must deliver a pandas DataFrame too.
- Do what you want with your code.
Then you can use the Execute Python code with RapidMiner to do what you need.All the best,
Rodrigo.