-
- Downloads
[SPARK-15292][ML] ML 2.0 QA: Scala APIs audit for classification
## What changes were proposed in this pull request? Audit Scala API for classification, almost all issues were related ```MultilayerPerceptronClassifier``` in this section. * Fix one wrong param getter function: ```getOptimizer``` -> ```getSolver``` * Add missing setter function for ```solver``` and ```stepSize```. * Make ```GD``` solver take effect. * Update docs, annotations and fix other minor issues. ## How was this patch tested? Existing unit tests. Author: Yanbo Liang <ybliang8@gmail.com> Closes #13076 from yanboliang/spark-15292.
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/MultilayerPerceptronClassifier.scala 88 additions, 33 deletions...rk/ml/classification/MultilayerPerceptronClassifier.scala
- mllib/src/test/scala/org/apache/spark/ml/classification/MultilayerPerceptronClassifierSuite.scala 3 additions, 2 deletions.../classification/MultilayerPerceptronClassifierSuite.scala
Please register or sign in to comment