SparkQA commented on issue #23818: [SPARK-19591][ML][PYSPARK][FOLLOWUP] Add 
sample weights to decision trees
URL: https://github.com/apache/spark/pull/23818#issuecomment-464596377
 
 
   **[Test build #102447 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/102447/testReport)**
 for PR 23818 at commit 
[`f55cde1`](https://github.com/apache/spark/commit/f55cde145baf68ed3ec3d49cabbeeb2da8820626).
    * This patch **fails Python style tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class DecisionTreeClassifier(JavaEstimator, HasFeaturesCol, 
HasLabelCol, HasWeightCol,`
     * `class RandomForestClassifier(JavaEstimator, HasFeaturesCol, 
HasLabelCol, HasWeightCol,`
     * `class GBTClassifier(JavaEstimator, HasFeaturesCol, HasLabelCol, 
HasWeightCol, HasPredictionCol,`
     * `class DecisionTreeRegressor(JavaEstimator, HasFeaturesCol, HasLabelCol, 
HasWeightCol,`
     * `class RandomForestRegressor(JavaEstimator, HasFeaturesCol, HasLabelCol, 
HasWeightCol,`
     * `class GBTRegressor(JavaEstimator, HasFeaturesCol, HasLabelCol, 
HasWeightCol, HasPredictionCol,`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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