Github user felixcheung commented on the issue:
https://github.com/apache/spark/pull/17170
To clarify with your example, with ALS we have userCol, ratingCol - these
matches the API names in spark.ml, and I think we need to do the same here.
What don't you like about [`featuresCol` which is also in the Scala
API](https://github.com/apache/spark/blob/0fe8020f3aaf61c9992b6bcc5dba7ae8f751bab7/mllib/src/main/scala/org/apache/spark/ml/fpm/FPGrowth.scala#L201)?
`featuresCol` is really a standard trait with `HasFeaturesCol` used in
different ml model across Spark.
---
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]