Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/16028
**[Test build #78679 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/78679/testReport)**
for PR 16028 at commit
[`b3683c1`](https://github.com/apache/spark/commit/b3683c1b10b1e09fd301029e42b2ca84b9ac6563).
* This patch **fails due to an unknown error code, -10**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* ` 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 excepting that at most one value may be 0.
The class with largest value p/t is predicted, where p is the original
probability of that class and t is the class's threshold\", (t: Array[Double])
=> t.forall(_ >= 0) && t.count(_ == 0) <= 1)`
---
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]