[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2018-01-02 Thread WeichenXu123
Github user WeichenXu123 closed the pull request at: https://github.com/apache/spark/pull/19621 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-12-15 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r157169491 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -79,20 +80,49 @@ private[feature] trait StringIndexerBase

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-12-15 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r157159460 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -79,20 +80,49 @@ private[feature] trait StringIndexerBase extends

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-12-15 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r157158872 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -79,20 +80,49 @@ private[feature] trait StringIndexerBase extends

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-22 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r152717925 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -130,21 +160,49 @@ class StringIndexer @Since("1.4.0") (

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-22 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r152717985 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -130,21 +160,49 @@ class StringIndexer @Since("1.4.0") (

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-21 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r152252491 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -130,21 +160,49 @@ class StringIndexer @Since("1.4.0") (

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-21 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r152252553 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -217,69 +289,94 @@ class StringIndexerModel (

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-21 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r152252129 --- Diff: project/MimaExcludes.scala --- @@ -82,7 +82,15 @@ object MimaExcludes { // [SPARK-21087] CrossValidator, TrainValidationSplit

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-16 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r151344393 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -217,69 +289,94 @@ class StringIndexerModel ( @Since("1.4.0")

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-16 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r151339193 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -177,7 +235,8 @@ object StringIndexer extends

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-16 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r151340844 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -217,69 +289,94 @@ class StringIndexerModel ( @Since("1.4.0")

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-16 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r151337906 --- Diff: project/MimaExcludes.scala --- @@ -82,7 +82,15 @@ object MimaExcludes { // [SPARK-21087] CrossValidator, TrainValidationSplit expose

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-11-16 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r151338923 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -130,21 +160,49 @@ class StringIndexer @Since("1.4.0") (

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-10-31 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r148174902 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -130,21 +152,33 @@ class StringIndexer @Since("1.4.0") (

[GitHub] spark pull request #19621: [SPARK-11215][ML] Add multiple columns support to...

2017-10-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19621#discussion_r148172976 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala --- @@ -130,21 +152,33 @@ class StringIndexer @Since("1.4.0") (

[GitHub] spark pull request #19621: [SPARK-11215][ml] Add multiple columns support to...

2017-10-31 Thread WeichenXu123
GitHub user WeichenXu123 opened a pull request: https://github.com/apache/spark/pull/19621 [SPARK-11215][ml] Add multiple columns support to StringIndexer ## What changes were proposed in this pull request? Add multiple columns support to StringIndexer. ## How was