Skip to content

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 6, 2014

This is part of SPARK-2828:

  1. added a Java-friendly fit method to Word2Vec with tests
  2. change DeveloperApi to Experimental for Normalizer & StandardScaler
  3. change default feature dimension to 2^20 in HashingTF

mengxr added 2 commits August 6, 2014 10:50
add a Java-friendly method to Word2Vec.fit with tests
change annotation from DeveloperApi to Experimental in Normalizer and StandardScaler
@SparkQA
Copy link

SparkQA commented Aug 6, 2014

QA tests have started for PR 1807. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18031/consoleFull

@mengxr mengxr changed the title [SPARK-2828][MLLIB] API consistency for mllib.feature [SPARK-2852][MLLIB] API consistency for mllib.feature Aug 6, 2014
@SparkQA
Copy link

SparkQA commented Aug 6, 2014

QA results for PR 1807:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18031/consoleFull

@brkyvz
Copy link
Contributor

brkyvz commented Aug 6, 2014

Looks good to me! Thanks!

@mengxr
Copy link
Contributor Author

mengxr commented Aug 6, 2014

Merged into both master and branch-1.1.

@asfgit asfgit closed this in 25cff10 Aug 6, 2014
asfgit pushed a commit that referenced this pull request Aug 6, 2014
This is part of SPARK-2828:

1. added a Java-friendly fit method to Word2Vec with tests
2. change DeveloperApi to Experimental for Normalizer & StandardScaler
3. change default feature dimension to 2^20 in HashingTF

Author: Xiangrui Meng <[email protected]>

Closes #1807 from mengxr/feature-api-check and squashes the following commits:

773c1a9 [Xiangrui Meng] change default numFeatures to 2^20 in HashingTF change annotation from DeveloperApi to Experimental in Normalizer and StandardScaler
883e122 [Xiangrui Meng] add @experimental to Word2VecModel add a Java-friendly method to Word2Vec.fit with tests

(cherry picked from commit 25cff10)
Signed-off-by: Xiangrui Meng <[email protected]>
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
This is part of SPARK-2828:

1. added a Java-friendly fit method to Word2Vec with tests
2. change DeveloperApi to Experimental for Normalizer & StandardScaler
3. change default feature dimension to 2^20 in HashingTF

Author: Xiangrui Meng <[email protected]>

Closes apache#1807 from mengxr/feature-api-check and squashes the following commits:

773c1a9 [Xiangrui Meng] change default numFeatures to 2^20 in HashingTF change annotation from DeveloperApi to Experimental in Normalizer and StandardScaler
883e122 [Xiangrui Meng] add @experimental to Word2VecModel add a Java-friendly method to Word2Vec.fit with tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants