MaxGekk edited a comment on pull request #33033:
URL: https://github.com/apache/spark/pull/33033#issuecomment-867349138
The failure of python ML test:
```
======================================================================
ERROR [8.039s]: 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
```
is not related to the changes. I think we can ignore it.
It should be fixed by https://github.com/apache/spark/pull/33049
--
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]