ulysses-you commented on pull request #30075:
URL: https://github.com/apache/spark/pull/30075#issuecomment-710782228


   Seems this error is not related.
   ```
   Traceback (most recent call last):
     File "/home/runner/work/spark/spark/python/pyspark/mllib/tests.py", line 
1492, in test_training_and_prediction
       self._eventually(condition, timeout=180.0)
     File "/home/runner/work/spark/spark/python/pyspark/mllib/tests.py", line 
133, in _eventually
       lastValue = condition()
     File "/home/runner/work/spark/spark/python/pyspark/mllib/tests.py", line 
1487, in condition
       self.assertGreater(errors[1] - errors[-1], 0.3)
   AssertionError: -0.07000000000000006 not greater than 0.3
   ```
   
   cc @viirya @HyukjinKwon  can we backport 
[#23586](https://github.com/apache/spark/pull/23586) in branch-2.4 ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to