using python code

Mohamad1367
Mohamad1367 New Altair Community Member
edited November 2024 in Community Q&A
hi everyone..how can i use a code in python or other language in rapidminer?is there any way to do this?
Tagged:

Answers

  • btamas
    btamas New Altair Community Member
    Hi Mohamad1367!

    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!