wbo4958 commented on code in PR #49792:
URL: https://github.com/apache/spark/pull/49792#discussion_r1942106507
##########
python/pyspark/ml/tests/test_clustering.py:
##########
@@ -461,6 +462,40 @@ def test_distributed_lda(self):
model2 = DistributedLDAModel.load(d)
self.assertEqual(str(model), str(model2))
+ # TODO(SPARK-51080): Fix save/load for PowerIterationClustering
Review Comment:
Is it possible that we use PowerIterationClusteringWrapper to do the
read/write?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]