[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134874786 --- Diff: docs/ml-features.md --- @@ -211,6 +211,65 @@ for more details on the API. +## FeatureHasher + +Feature hashing pr

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134886536 --- Diff: docs/ml-features.md --- @@ -65,7 +65,7 @@ model binary, rather than integer, counts. **IDF**: `IDF` is an `Estimator` which is fit o

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134887435 --- Diff: docs/ml-features.md --- @@ -211,6 +211,89 @@ for more details on the API. +## FeatureHasher + +Feature hashing pr

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134889199 --- Diff: docs/ml-features.md --- @@ -53,9 +53,9 @@ are calculated based on the mapped indices. This approach avoids the need to com term-to-index

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-25 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r135261228 --- Diff: docs/ml-features.md --- @@ -53,9 +53,9 @@ are calculated based on the mapped indices. This approach avoids the need to com term-to-index map,

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-25 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r135261324 --- Diff: docs/ml-features.md --- @@ -211,6 +211,89 @@ for more details on the API. +## FeatureHasher + +Feature hashing project

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-25 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r135307551 --- Diff: docs/ml-features.md --- @@ -53,9 +53,9 @@ are calculated based on the mapped indices. This approach avoids the need to com term-to-index

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-25 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r135307673 --- Diff: docs/ml-features.md --- @@ -211,6 +211,89 @@ for more details on the API. +## FeatureHasher + +Feature hashing pr

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19024 --- 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 ena

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-22 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134596865 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/FeatureHasherExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Soft

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-22 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134603526 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/FeatureHasherExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-22 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134604034 --- Diff: docs/ml-features.md --- @@ -211,6 +211,65 @@ for more details on the API. +## FeatureHasher --- End diff --

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134726421 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/FeatureHasherExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Soft

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134741609 --- Diff: docs/ml-features.md --- @@ -211,6 +211,65 @@ for more details on the API. +## FeatureHasher + +Feature hashing project

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134741953 --- Diff: docs/ml-features.md --- @@ -211,6 +211,65 @@ for more details on the API. +## FeatureHasher + +Feature hashing project

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134742952 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/FeatureHasherExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Softwa

[GitHub] spark pull request #19024: [SPARK-21469][ML][EXAMPLES] Adding Examples for F...

2017-08-23 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19024#discussion_r134865300 --- Diff: examples/src/main/scala/org/apache/spark/examples/ml/FeatureHasherExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache S