Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7751#issuecomment-128137397
[Test build #235 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/235/console)
for PR 7751 at commit
[`d6667da`](https://github.com/apache/spark/commit/d6667da51681db025c7d22818371c9dce1865b6f).
* This patch **fails PySpark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* ` case class BoundPortsResponse(rpcEndpointPort: Int, webUIPort: Int,
restPort: Option[Int])`
* ` 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]