-
- Downloads
[SPARK-9698] [ML] Add RInteraction transformer for supporting R-style feature interactions
This is a pre-req for supporting the ":" operator in the RFormula feature transformer. Design doc from umbrella task: https://docs.google.com/document/d/10NZNSEurN2EdWM31uFYsgayIPfCFHiuIu3pCWrUmP_c/edit mengxr Author: Eric Liang <ekl@databricks.com> Closes #7987 from ericl/interaction.
Showing
- mllib/src/main/scala/org/apache/spark/ml/feature/Interaction.scala 278 additions, 0 deletions.../main/scala/org/apache/spark/ml/feature/Interaction.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/InteractionSuite.scala 165 additions, 0 deletions.../scala/org/apache/spark/ml/feature/InteractionSuite.scala
Please register or sign in to comment