HyukjinKwon commented on pull request #32991:
URL: https://github.com/apache/spark/pull/32991#issuecomment-867306765
quick question:
```
======================================================================
ERROR [7.752s]: test_raw_and_probability_prediction
(pyspark.ml.tests.test_algorithms.MultilayerPerceptronClassifierTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/__w/spark/spark/python/pyspark/ml/tests/test_algorithms.py", line
89, in test_raw_and_probability_prediction
self.assertTrue(np.allclose(result.rawPrediction,
expected_rawPrediction, rtol=0.1))
AssertionError: False is not true
----------------------------------------------------------------------
```
can this be related to this flaky test? I just saw it once at
https://github.com/apache/spark/runs/2900969845 but might be worth noting here.
--
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]