You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-38816][ML][DOCS] Fix comment about choice of initial factors in ALS
### What changes were proposed in this pull request?
Change a comment in ALS code to match impl. The comment refers to taking the absolute value of a Normal(0,1) value, but it doesn't.
### Why are the changes needed?
The docs and impl are inconsistent. The current behavior actually seems fine, desirable, so, change the comments.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests
Closesapache#36228 from srowen/SPARK-38816.
Authored-by: Sean Owen <srowen@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments