Python Learner
Synopsis
This operator generates a Python model that is compatible with RapidMiner's model interfaces.
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.
If the operator is not editable, you can check the operator capabilities to learn more about the inputs supported by the preconfigured Python script.
请注意,这个歌剧产生的模型tor wraps the Python model returned by the Python script. Both training and applying the model requires a compatible Python environment.
Input
training set
The input data which is used to generate the Python model.
Output
model
The wrapped Python model is delivered from this output port.
example set
The example set that was given as input is passed without changing to the output through this port.
Parameters
Operator
If enabled, this parameter allows to edit the operator declaration (e.g., capabilities and parameter types) and the Python script used to train and apply the Python model.