[ 
https://issues.apache.org/jira/browse/SPARK-33203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218163#comment-17218163
 ] 

Apache Spark commented on SPARK-33203:
--------------------------------------

User 'AlessandroPatti' has created a pull request for this issue:
https://github.com/apache/spark/pull/30104

> Pyspark ml tests failing with rounding errors
> ---------------------------------------------
>
>                 Key: SPARK-33203
>                 URL: https://issues.apache.org/jira/browse/SPARK-33203
>             Project: Spark
>          Issue Type: Test
>          Components: ML, PySpark
>    Affects Versions: 3.0.1
>            Reporter: Alessandro Patti
>            Priority: Minor
>
> The tests _{{pyspark.ml.recommendation}}_ and 
> _{{pyspark.ml.tests.test_algorithms}}_ occasionally fail (depends on 
> environment) with
> {code:java}
> File "/home/jenkins/python/pyspark/ml/tests/test_algorithms.py", line 96, in 
> test_raw_and_probability_prediction
>  self.assertTrue(np.allclose(result.rawPrediction, expected_rawPrediction, 
> atol=1))
> AssertionError: False is not true{code}
> {code:java}
> File "/home/jenkins/python/pyspark/ml/recommendation.py", line 256, in 
> _main_.ALS
> Failed example:
>  predictions[0]
> Expected:
>  Row(user=0, item=2, newPrediction=0.6929101347923279)
> Got:
>  Row(user=0, item=2, newPrediction=0.6929104924201965)
> ...{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to