Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6116#issuecomment-102244053
  
      [Test build #32754 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32754/consoleFull)
 for   PR 6116 at commit 
[`40cb677`](https://github.com/apache/spark/commit/40cb677d7e7deadc259c9cad0a4298f9d4df296e).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `A simple 
[Binarizer](api/scala/index.html#org.apache.spark.ml.feature.Binarizer) class 
provides this functionality. Besides the common parameters of `inputCol` and 
`outputCol`, `Binarizer` has the parameter `threshold` used for binarizing 
continuous numerical features. The features greater than the threshold, will be 
binarized to 1.0. The features equal to or less than the threshold, will be 
binarized to 0.0. The example below shows how to binarize numerical features.`



---
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]

Reply via email to