Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-7259] [ml] VectorIndexer: do not copy non-ML metadata to output column #5789

Closed
wants to merge 1 commit into from

Conversation

jkbradley
Copy link
Member

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

…nput to the output column. Removed ml.util.TestingUtils since VectorIndexer was the only use.
@mengxr
Copy link
Contributor

mengxr commented Apr 29, 2015

LGTM pending Jenkins.

@SparkQA
Copy link

SparkQA commented Apr 29, 2015

Test build #31335 has finished for PR 5789 at commit b28e159.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@jkbradley
Copy link
Member Author

merging into master

@asfgit asfgit closed this in b1ef6a6 Apr 29, 2015
@jkbradley jkbradley deleted the vector-indexer-metadata branch May 4, 2015 22:56
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
…t 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 apache#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.
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
…t 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 apache#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.
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
…t 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 apache#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants