Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4151#issuecomment-71550140 [Test build #26113 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26113/consoleFull) for PR 4151 at commit [`d3e8dbe`](https://github.com/apache/spark/commit/d3e8dbe9205c40a7a48f0577a09c8e3406b106c2). * This patch **passes all tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class PipelineStage(Params):` * `class Estimator(PipelineStage):` * `class Transformer(PipelineStage):` * `class Pipeline(Estimator):` * `class PipelineModel(Transformer):` * `class JavaWrapper(Params):` * `class JavaEstimator(Estimator, JavaWrapper):` * `class JavaTransformer(Transformer, JavaWrapper):` * `class LogisticRegression(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasMaxIter,` * `class LogisticRegressionModel(Transformer):` * `class Tokenizer(JavaTransformer, HasInputCol, HasOutputCol):` * `class HashingTF(JavaTransformer, HasInputCol, HasOutputCol):` * `class Param(object):` * `class Params(Identifiable):` * ` return """class Has%s(Params):` * `class HasMaxIter(Params):` * `class HasRegParam(Params):` * `class HasFeaturesCol(Params):` * `class HasLabelCol(Params):` * `class HasPredictionCol(Params):` * `class HasInputCol(Params):` * `class HasOutputCol(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