GitHub user MLnick opened a pull request:
https://github.com/apache/spark/pull/13278
[SPARK-15502][DOC][ML][PYSPARK] add guide note that ALS only supports
integer ids
This PR adds a note to clarify that the ML API for ALS only supports
integers for user/item ids, and that other types for these columns can be used
but the ids must fall within integer range.
(Refer [SPARK-14891](https://issues.apache.org/jira/browse/SPARK-14891)).
Also cleaned up a reference to `mllib` in the ML doc.
## How was this patch tested?
Built and viewed User Guide doc locally.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MLnick/spark SPARK-15502-als-int-id-doc-note
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13278.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13278
----
commit 378a17dedfec33e2ffba47a39e2e0aa0ed2be4b8
Author: Nick Pentreath <[email protected]>
Date: 2016-05-24T14:26:42Z
spark.mllib -> spark.ml in ml CF guide
commit e6091e01fc758dbecc0d32c9519e07110ee9e241
Author: Nick Pentreath <[email protected]>
Date: 2016-05-24T14:44:14Z
Add note about integer user/item id restriction
----
---
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]