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