-
- Downloads
[SPARK-8345] [ML] Add an SQL node as a feature transformer
Implements the transforms which are defined by SQL statement. Currently we only support SQL syntax like 'SELECT ... FROM __THIS__' where '__THIS__' represents the underlying table of the input dataset. Author: Yanbo Liang <ybliang8@gmail.com> Closes #7465 from yanboliang/spark-8345 and squashes the following commits: b403fcb [Yanbo Liang] address comments 0d4bb15 [Yanbo Liang] a better transformSchema() implementation 51eb9e7 [Yanbo Liang] Add an SQL node as a feature transformer
Showing
- mllib/src/main/scala/org/apache/spark/ml/feature/SQLTransformer.scala 72 additions, 0 deletions...in/scala/org/apache/spark/ml/feature/SQLTransformer.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/SQLTransformerSuite.scala 44 additions, 0 deletions...ala/org/apache/spark/ml/feature/SQLTransformerSuite.scala
Please register or sign in to comment