Call Python from Altair RapidMiner
To execute Python code as part of a process, we provide the Python Scripting Extension, which is available for download on the Marketplace. It also ships as part of Altair AI Hub.
- To get started, you need to install and configure the Python Scripting extension.
- To augment your processes with Python code, use the Execute Python operator.
- If you want to go one step further and package your Python code as a reusable 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 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 processes, use the Python Forecaster operator. - If you're working with multiple Python environments, learn how to manage environments.
- If you need low latency Python execution in your web service deployments, learn more about StandPy.