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
using python code
Mohamad1367
Member Posts: 22 Learner III
hi everyone..how can i use a code in python or other language in rapidminer?is there any way to do this?
Tagged:
0
Answers
Yes you can use several popular languages in RapidMiner, including Python, R, Java and Groovy. Specifically to use Python code you should first install the Python Scripting Extension from the Extensions/Marketplace menu and have to have a working Python installation on your system. Then you can put an Execute Python operator into the process and process ExampleSets as Python pandas DataFrame objects. Check out the associated tutorial processes to see how it works.
All the best!