zhengruifeng commented on code in PR #49792:
URL: https://github.com/apache/spark/pull/49792#discussion_r1941050297


##########
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:
   `PowerIterationClustering` is not an estimator/transformer/model
   
   can we support save/load of `JavaMLReadable/JavaMLWritable`? @wbo4958 



-- 
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]

Reply via email to