Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2982#issuecomment-62805741
  
      [Test build #23277 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23277/consoleFull)
 for   PR 2982 at commit 
[`88b69b8`](https://github.com/apache/spark/commit/88b69b8f391ca8ba09426d0cb5b9cddf3b77fac0).
     * This patch **passes all 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)`
      * `abstract class Estimator[M <: Model[M]] extends PipelineStage with 
Params `
      * `abstract class Evaluator extends Identifiable `
      * `abstract class Model[M <: Model[M]] extends Transformer `
      * `abstract class PipelineStage extends Serializable with Logging `
      * `class Pipeline extends Estimator[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 Tokenizer extends UnaryTransformer[String, Seq[String], 
Tokenizer] `
      * `class Param[T] (`
      * `class DoubleParam(parent: Params, name: String, doc: String, 
defaultValue: Option[Double] = None)`
      * `class IntParam(parent: Params, name: String, doc: String, 
defaultValue: Option[Int] = None)`
      * `class FloatParam(parent: Params, name: String, doc: String, 
defaultValue: Option[Float] = None)`
      * `class LongParam(parent: Params, name: String, doc: String, 
defaultValue: Option[Long] = None)`
      * `class BooleanParam(parent: Params, name: String, doc: String, 
defaultValue: 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]

Reply via email to