Skip to main content

Python Transformer

Synopsis

This operator wraps a custom Python script as RapidMiner operator.

Description

The behavior of this operator is defined by a Python script which depending on the operator configuration can be edited by the user.

If the operator is editable, the parameter panel features a set of buttons at the top of the parameter list that allow to edit the declaration (e.g., capabilities and parameter types) and the Python script, as well as to save the configuration as template.

Parameters

Operator

If enabled, this parameter allows to edit the operator declaration (e.g., parameter types and ports) and the Python script used to train and apply the Python model.