Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3099#issuecomment-62449793
[Test build #23154 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23154/consoleFull)
for PR 3099 at commit
[`11be383`](https://github.com/apache/spark/commit/11be383def81602c3a42aa43b8fd356ca3c8789f).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `public class JavaSimpleTextClassificationPipeline `
* `case class LabeledDocument(id: Long, text: String, label: Double)`
* `case class Document(id: Long, text: String)`
* `class MyTokenizer extends UnaryTransformer[String, Seq[String],
MyTokenizer] `
* `abstract class Estimator[M <: Model[M]] extends PipelineStage with
Params `
* `abstract class Evaluator extends Identifiable `
* `trait Identifiable extends Serializable `
* `abstract class Model[M <: Model[M]] extends Transformer `
* `abstract class PipelineStage extends Serializable with Logging `
* `class Pipeline extends Estimator[PipelineModel] `
* `class PipelineModel(`
* `abstract class Transformer extends PipelineStage with Params `
* `class LogisticRegression extends Estimator[LogisticRegressionModel]
with LogisticRegressionParams `
* `class HashingTF extends UnaryTransformer[Iterable[_], Vector,
HashingTF] `
* `class StandardScaler extends Estimator[StandardScalerModel] with
StandardScalerParams `
* `class Param[T] (`
* `class DoubleParam(parent: Params, name: String, doc: String, default:
Option[Double] = None)`
* `class IntParam(parent: Params, name: String, doc: String, default:
Option[Int] = None)`
* `class FloatParam(parent: Params, name: String, doc: String, default:
Option[Float] = None)`
* `class LongParam(parent: Params, name: String, doc: String, default:
Option[Long] = None)`
* `class BooleanParam(parent: Params, name: String, doc: String, default:
Option[Boolean] = None)`
* `case class ParamPair[T](param: Param[T], value: T)`
* `trait Params extends Identifiable with Serializable `
* `class CrossValidator extends Estimator[CrossValidatorModel] with
CrossValidatorParams with Logging `
* `class ParamGridBuilder `
---
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]