Input
ExecutionExecution trigger that starts the transform
AI/ML/Preprocessing
Apply a fitted transformer (Feature Scaler, TF-IDF) to a table, writing one vector per row. A Feature Scaler replays the exact offsets and scales learned at fit time, so applying it to train and test gives both the same statistics. TF-IDF is different: linfa recomputes the inverse document frequencies from the table being transformed, so vectors are only comparable within a single Apply Transform run.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger that starts the transform
Fitted transformer to apply. Classifiers and regressors belong on the Predict node.
Choose which backend supplies the rows to transform
Number of records to transform per batch (default: 5000, 0 = process all at once)
Activated once every batch is transformed and written