Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/8241#issuecomment-135481837
[Test build #41697 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41697/console)
for PR 8241 at commit
[`965aaec`](https://github.com/apache/spark/commit/965aaec8a762bf11b457d42a82ca38ef6a5c1474).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class LogisticRegressionModel @Since("1.3.0") (`
* `class SVMModel @Since("1.1.0") (`
* `class BinaryClassificationMetrics @Since("1.3.0") (`
* `class MulticlassMetrics @Since("1.1.0") (predictionAndLabels:
RDD[(Double, Double)]) `
* `class MultilabelMetrics @Since("1.2.0") (predictionAndLabels:
RDD[(Array[Double], Array[Double])]) `
* `class RegressionMetrics @Since("1.2.0") (`
* `class FPGrowthModel[Item: ClassTag] @Since("1.3.0") (`
* ` class FreqItemset[Item] @Since("1.3.0") (`
* ` class FreqSequence[Item] @Since("1.5.0") (`
* `class PrefixSpanModel[Item] @Since("1.5.0") (`
* `class DenseMatrix @Since("1.3.0") (`
* `class SparseMatrix @Since("1.3.0") (`
* `class DenseVector @Since("1.0.0") (`
* `class SparseVector @Since("1.0.0") (`
* `class BlockMatrix @Since("1.3.0") (`
* `class CoordinateMatrix @Since("1.0.0") (`
* `class IndexedRowMatrix @Since("1.0.0") (`
* `class RowMatrix @Since("1.0.0") (`
* `abstract class SetOperation(left: LogicalPlan, right: LogicalPlan)
extends BinaryNode `
* `case class Union(left: LogicalPlan, right: LogicalPlan) extends
SetOperation(left, right) `
* `case class Intersect(left: LogicalPlan, right: LogicalPlan) extends
SetOperation(left, right)`
* `case class Except(left: LogicalPlan, right: LogicalPlan) extends
SetOperation(left, right)`
---
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]