Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15658#discussion_r86661715
--- Diff: docs/ml-features.md ---
@@ -729,6 +729,58 @@ for more details on the API.
</div>
</div>
+## Interaction
+
+`Interaction` is a `Transformer` which takes a vector/double columns, and
generate a single vector column that contains multiplication results of all
combination of each vector/double values.
--- End diff --
Two small changes: "... which takes vector or double-valued columns, and
generates a ..."
"... contains the product of all combinations of one value from each input
column"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]