Prune Faulty Lines
The Prune Faulty Lines operator is added as an integral part of the graph com.sap.ml.r.iris.train and not intended for re-use. It parses a (comma-separated) line of 4 items and checks if any of the items is not a number (NaN). If true, this line is suppressed.
Configuration Parameters
None
Input
Input |
Type |
Description |
---|---|---|
input |
string |
Input line (could be faulty) |
Output
Output |
Type |
Description |
---|---|---|
output |
string |
Filtered line (non-faulty) |