Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/5009#issuecomment-86664323
[Test build #29249 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29249/consoleFull)
for PR 5009 at commit
[`5836edc`](https://github.com/apache/spark/commit/5836edc1988a606291033243ee335d4c1244d95b).
* This patch **fails Scala style tests**.
* This patch **does not merge cleanly**.
* This patch adds the following public classes _(experimental)_:
* `public final class JavaNewDT `
* `class GBTClassificationModel(`
* `class RandomForestClassificationModel(`
* `sealed trait Node `
* `trait Split `
* `class CategoricalSplit(override val feature: Int, val categories:
Set[Int]) extends Split `
* `class ContinuousSplit(override val feature: Int, val threshold:
Double) extends Split `
* `abstract class PredictionModel extends Serializable `
* `abstract class DecisionTreeModel(val rootNode: Node) extends
PredictionModel with Serializable `
* `class GBTRegressionModel(`
* `class RandomForestRegressionModel(`
---
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]