[ https://issues.apache.org/jira/browse/SPARK-14207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222798#comment-15222798 ]
yuhao yang commented on SPARK-14207: ------------------------------------ having some problem in transformSchema. Without the actual data, it's hard to get how many columns should be added as output columns from just the schema. > Transformer for splitting a Vector/Array column into individual columns > ----------------------------------------------------------------------- > > Key: SPARK-14207 > URL: https://issues.apache.org/jira/browse/SPARK-14207 > Project: Spark > Issue Type: New Feature > Components: ML > Reporter: Joseph K. Bradley > Priority: Minor > > Use case: Given feature vector column of type {{Vector}} or > {{Array[Double]}}, split it into one column per feature. Each column should > be labeled with the original feature name if that is available from the > metadata. > What shall we call this Transformer? Maybe VectorSplitter or VectorToColumns? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org