Options

using python code

Mohamad1367Mohamad1367 Member Posts: 22 Contributor I
edited June 2020 in Help
hi everyone..how can i use a code in python or other language in rapidminer?is there any way to do this?
Tagged:

Answers

  • Options
    btamasbtamas Employee, Member Posts: 11 RM Team 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!
Sign In or Register to comment.