Call Python from RapidMiner
To execute Python code as part of a RapidMiner process, we provide thePython Scripting Extension, which is available for download on theRapidMiner Marketplace. It also ships as part of RapidMiner AI Hub.
- To get started, you need toinstall and configure the Python Scripting extension.
- To augment your RapidMiner processes with Python code,use the Execute Python operator.
- 如果你想去一个步骤further and package your Python code as a reusable RapidMiner operator with its own parameters,use the Python Transformer operator.
- If you want to create predicitve models using Python libraries such as
sklearn
, and use those models transparently in RapidMiner processes,use the Python Learner operator. - If you want to create forecasting models using Python libraries such as
fbprophet
orstatsmodels
, and use those models transparently in RapidMiner processes,use the Python Forecaster operator. - If you're working with multiple Python environments, learn how tomanage environments.
- If you need low latency Python execution in your web service deployments, learn more aboutRapidMiner StandPy.