Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3099#issuecomment-62227735
  
      [Test build #23077 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23077/consoleFull)
 for   PR 3099 at commit 
[`7772430`](https://github.com/apache/spark/commit/77724301621df221517cd0211c06ba6cafc9f661).
     * This patch **fails RAT tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `abstract class Estimator[M <: Model] extends PipelineStage with Params 
`
      * `abstract class Evaluator extends Identifiable `
      * `trait Identifiable extends Serializable `
      * `abstract class Model extends Transformer `
      * `class Pipeline extends Estimator[PipelineModel] `
      * `class PipelineModel(`
      * `abstract class Transformer extends PipelineStage with Params `
      * `trait CrossValidatorParams extends Params `
      * `class CrossValidator extends Estimator[CrossValidatorModel] with 
CrossValidatorParams with Logging `
      * `class HashingTF extends Transformer with HasInputCol with HasOutputCol 
`
      * `class LogisticRegression extends Estimator[LogisticRegressionModel] 
with LogisticRegressionParams `
      * `class StandardScaler extends Estimator[StandardScalerModel] with 
StandardScalerParams `
      * `class Tokenizer extends Transformer with HasInputCol with HasOutputCol 
`
      * `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 `
      * `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