Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/4258#issuecomment-71964173
[Test build #26281 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26281/consoleFull)
for PR 4258 at commit
[`64cf306`](https://github.com/apache/spark/commit/64cf3069457de9ba303faa0018a82ac3ec5eb6a0).
* 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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]