Closed lumingfeihs closed 4 years ago
PMML mostly deals with scalar values. There's no built-in function for this, but it could be implemented as a custom Java-backed function.
Anyway, once you have a list of doubles, what you're gonna do with it next? I'm not aware of any common transformation or model type that would accept such argument(s).
If there's another transformation in line, then better implement everything as one big Java-backed custom function.
how can i transform string to list use pmml? I want to implement the following functions /**/ override def transform(df: Dataset[_]): DataFrame = {
} /**/