SparkQA commented on issue #26103: [SPARK-29381][PYTHON][ML] Add _ before the 
XXXParams classes
URL: https://github.com/apache/spark/pull/26103#issuecomment-541725249
 
 
   **[Test build #4896 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4896/testReport)**
 for PR 26103 at commit 
[`3a5962c`](https://github.com/apache/spark/commit/3a5962c2a7bd376beac0d32c5fcb20a189234f14).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class _JavaClassifierParams(HasRawPredictionCol, _JavaPredictorParams):`
     * `class JavaClassifier(JavaPredictor, _JavaClassifierParams):`
     * `class JavaClassificationModel(JavaPredictionModel, 
_JavaClassifierParams):`
     * `class _JavaProbabilisticClassifierParams(HasProbabilityCol, 
HasThresholds, _JavaClassifierParams):`
     * `class JavaProbabilisticClassifier(JavaClassifier, 
_JavaProbabilisticClassifierParams):`
     * `class _GBTClassifierParams(_GBTParams, _HasVarianceImpurity):`
     * `class GBTClassifier(JavaProbabilisticClassifier, _GBTClassifierParams,`
     * `class _OneVsRestParams(_JavaClassifierParams, HasWeightCol):`
     * `class OneVsRest(Estimator, _OneVsRestParams, HasParallelism, 
JavaMLReadable, JavaMLWritable):`
     * `class OneVsRestModel(Model, _OneVsRestParams, JavaMLReadable, 
JavaMLWritable):`
     * `class _JavaPredictorParams(HasLabelCol, HasFeaturesCol, 
HasPredictionCol):`
     * `class JavaPredictor(JavaEstimator, _JavaPredictorParams):`
     * `class JavaPredictionModel(JavaModel, _JavaPredictorParams):`

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


With regards,
Apache Git Services

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

Reply via email to