Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/7825#issuecomment-127770743
  
      [Test build #39755 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39755/console)
 for   PR 7825 at commit 
[`bf31e22`](https://github.com/apache/spark/commit/bf31e220eca0016b776bca6ad55be624c71969db).
     * This patch **fails Scala style tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class SequenceNumberRanges(ranges: Seq[SequenceNumberRange]) `
      * `      ParamDesc[Array[Double]]("thresholds", "Thresholds in 
multi-class classification" +`
      * `  final val thresholds: DoubleArrayParam = new DoubleArrayParam(this, 
"thresholds", "Thresholds in multi-class classification to adjust the 
probability of predicting each class. Array must have length equal to the 
number of classes, with values >= 0. The class with largest value p/t is 
predicted, where p is the original probability of that class and t is the 
class' threshold.", (t: Array[Double]) => t.forall(_ >= 0))`



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