Github user yanboliang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19172#discussion_r137975691
  
    --- Diff: python/pyspark/ml/tests.py ---
    @@ -1655,6 +1655,26 @@ def 
test_multinomial_logistic_regression_with_bound(self):
                 np.allclose(model.interceptVector.toArray(), [-0.9057, 
-1.1392, -0.0033], atol=1E-4))
     
     
    +class MultilayerPerceptronClassifierTest(SparkSessionTestCase):
    +
    +    def test_multilayer_perceptron_classifier(self):
    --- End diff --
    
    Rename to ```test_raw_and_probability_prediction```?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to