The Transform
operation is used to convert one DataFrame into another
using a Transformer. For example, a trained model produced by a
Fit operation can be supplied to Transform
with a
DataFrame to be converted.
Usage example:
Since: Seahorse 1.0.0
Port | Type Qualifier | Description |
---|---|---|
0 |
Transformer |
The Transformer to be applied on the input DataFrame . |
1 |
DataFrame |
The DataFrame to transform. |
Port | Type Qualifier | Description |
---|---|---|
0 |
DataFrame |
The DataFrame which is a result of the Transformer applied on the input DataFrame . |