Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4151#issuecomment-71903060
  
      [Test build #26238 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26238/consoleFull)
 for   PR 4151 at commit 
[`dd1256b`](https://github.com/apache/spark/commit/dd1256b14b9de1d4be35d716bd82705c17064c71).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class BlockMatrix(`
      * `class PipelineStage(Params):`
      * `class Estimator(PipelineStage):`
      * `class Transformer(PipelineStage):`
      * `class Model(Transformer):`
      * `class Pipeline(Estimator):`
      * `class PipelineModel(Model):`
      * `class JavaWrapper(Params):`
      * `class JavaEstimator(Estimator, JavaWrapper):`
      * `class JavaTransformer(Transformer, JavaWrapper):`
      * `class JavaModel(JavaTransformer):`
      * `class LogisticRegression(JavaEstimator, HasFeaturesCol, HasLabelCol, 
HasPredictionCol, HasMaxIter,`
      * `class LogisticRegressionModel(JavaModel):`
      * `class Tokenizer(JavaTransformer, HasInputCol, HasOutputCol):`
      * `class HashingTF(JavaTransformer, HasInputCol, HasOutputCol, 
HasNumFeatures):`
      * `class Param(object):`
      * `class Params(Identifiable):`
      * `    template = '''class Has$Name(Params):`
      * `class HasMaxIter(Params):`
      * `class HasRegParam(Params):`
      * `class HasFeaturesCol(Params):`
      * `class HasLabelCol(Params):`
      * `class HasPredictionCol(Params):`
      * `class HasInputCol(Params):`
      * `class HasOutputCol(Params):`
      * `class HasNumFeatures(Params):`
      * `class Identifiable(object):`



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to