Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4151#issuecomment-71925146 [Test build #26246 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26246/consoleFull) for PR 4151 at commit [`edbd6fe`](https://github.com/apache/spark/commit/edbd6feb8a8dc79dcd8b5185e5ea48f332bbfae2). * This patch **passes all tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `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 Estimator(Params):` * `class Transformer(Params):` * `class Pipeline(Estimator):` * `class PipelineModel(Transformer):` * `class Identifiable(object):` * `class JavaWrapper(Params):` * `class JavaEstimator(Estimator, JavaWrapper):` * `class JavaTransformer(Transformer, JavaWrapper):` * `class JavaModel(JavaTransformer):`
--- 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