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

    https://github.com/apache/spark/pull/16028#discussion_r124730326
  
    --- Diff: python/pyspark/ml/classification.py ---
    @@ -1327,8 +1327,6 @@ class MultilayerPerceptronClassifier(JavaEstimator, 
HasFeaturesCol, HasLabelCol,
                           "remaining data in a partition then it is adjusted 
to the size of this " +
                           "data. Recommended size is between 10 and 1000, 
default is 128.",
                           typeConverter=TypeConverters.toInt)
    -    solver = Param(Params._dummy(), "solver", "The solver algorithm for 
optimization. Supported " +
    --- End diff --
    
    We still need to print out supported options for different algorithms, so 
could we override param definition in Python as well as what we did in Scala?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to