HyukjinKwon commented on a change in pull request #29250:
URL: https://github.com/apache/spark/pull/29250#discussion_r460744092
##########
File path: python/pyspark/ml/classification.py
##########
@@ -51,6 +51,8 @@
'BinaryRandomForestClassificationTrainingSummary',
'NaiveBayes', 'NaiveBayesModel',
'MultilayerPerceptronClassifier',
'MultilayerPerceptronClassificationModel',
+ 'MultilayerPerceptronClassificationSummary',
+ 'MultilayerPerceptronClassificationTrainingSummary',
Review comment:
@huaxingao, are these going to be documented? Might be good to list at
`pyspark.ml.rst` too if so. The documentation PR
(https://github.com/apache/spark/pull/29188) was merged.
----------------------------------------------------------------
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]