Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-38139][PYTHON][ML][TESTS] Adjust tolerance in ml.recommendatio…
…n.ALS doctest ### What changes were proposed in this pull request? This PR reduces precision of the result in `pyspark.ml.recommendation.ALS` doctest to four decimal digits. ### Why are the changes needed? In certain configurations, ALS consistently converges to value slightly below `0.69291`, causing repeated test failures. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests, executed with configuration where this test normally fails. Closes apache#35503 from zero323/SPARK-38139. Authored-by: zero323 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information