Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScaler - #12063
Closed
zhengruifeng wants to merge 4 commits into
Closed
[SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScaler#12063zhengruifeng wants to merge 4 commits into
zhengruifeng wants to merge 4 commits into
Conversation
SparkQA
commented
Mar 30, 2016
Test build #54514 has finished for PR 12063 at commit
|
| .createDataFrame([(Vectors.dense([0.0, 1.0, -2.0, 3.0]),), | ||
| (Vectors.dense([-1.0, 2.0, 4.0, -7.0]),), | ||
| (Vectors.dense([14.0, -2.0, -5.0, 1.0]),)], | ||
| ["features"]) |
ContributorAuthor
There was a problem hiding this comment.
thanks, I will fix it
yanboliang
commented
Mar 30, 2016
Contributor
LGTM except minor issue. |
SparkQA
commented
Mar 31, 2016
Test build #54611 has finished for PR 12063 at commit
|
mengxr
commented
Apr 1, 2016
Contributor
@zhengruifeng Could you make JIRAs for this PR and #11844? |
zhengruifeng
commented
Apr 2, 2016
ContributorAuthor
@mengxr Ok, I will open the missing JIRAs |
yanboliang
commented
Apr 8, 2016
Contributor
LGTM |
zhengruifeng
commented
Apr 9, 2016
ContributorAuthor
cc @jkbradley |
mengxr
commented
Apr 9, 2016
Contributor
Merged into master. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
add three python examples
How was this patch tested?
manual tests