-
- Downloads
[SPARK-7259] [ML] VectorIndexer: do not copy non-ML metadata to output column
Changed VectorIndexer so it does not carry non-ML metadata from the input to the output column. Removed ml.util.TestingUtils since VectorIndexer was the only use. CC: mengxr Author: Joseph K. Bradley <joseph@databricks.com> Closes #5789 from jkbradley/vector-indexer-metadata and squashes the following commits: b28e159 [Joseph K. Bradley] Changed VectorIndexer so it does not carry non-ML metadata from the input to the output column. Removed ml.util.TestingUtils since VectorIndexer was the only use.
Showing
- mllib/src/main/scala/org/apache/spark/ml/feature/VectorIndexer.scala 35 additions, 34 deletions...ain/scala/org/apache/spark/ml/feature/VectorIndexer.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/VectorIndexerSuite.scala 2 additions, 5 deletions...cala/org/apache/spark/ml/feature/VectorIndexerSuite.scala
- mllib/src/test/scala/org/apache/spark/ml/util/TestingUtils.scala 0 additions, 60 deletions...rc/test/scala/org/apache/spark/ml/util/TestingUtils.scala
Please register or sign in to comment