🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Does Rapidminer have python built in?

User: "kimjk3559"
Altair Community Member
Updated by Jocelyn
Hello, I am currently trying to use Python Transformer or Execute Python operator.
I understand that if you specify the python environment in Preferences, you can import the package installed there.

1. I would like to know whether there are any limits to the packages that can be imported, and if so, what types of packages are possible.
2. If anaconda or another python environment cannot be installed on the computer and cannot be specified in Preferences, are there any packages installed in RapidMiner itself? For example pandas?

Thank you for always providing quick answers to questions.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "CKönig"
    New Altair Community Member
    Accepted Answer
    Hi kimjk,

    the answer to both 1 & 2 is: to use Python within RapidMiner, you need an existing Python environment. RapidMiner does not have any python environment or libraries built in. Since you have full control over your own python environment, any package you provide can be used in RapidMiner. Keep in mind that you need a compatible environment including all libraries used for deploying processes containing python operators.

    You can find detailed information in the documentation: RapidMiner and Python - RapidMiner Documentation