Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

add three python examples

How was this patch tested?

manual tests

@SparkQA
Copy link

SparkQA commented Mar 30, 2016

Test build #54514 has finished for PR 12063 at commit 925c97a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

.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"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: Better code format, you can refer here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I will fix it

@yanboliang
Copy link
Contributor

LGTM except minor issue.

@SparkQA
Copy link

SparkQA commented Mar 31, 2016

Test build #54611 has finished for PR 12063 at commit e374e58.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mengxr
Copy link
Contributor

mengxr commented Apr 1, 2016

@zhengruifeng Could you make JIRAs for this PR and #11844? [MINOR] is only used for apparent typo fixes or trivial changes.

@zhengruifeng
Copy link
Contributor Author

@mengxr Ok, I will open the missing JIRAs

@zhengruifeng zhengruifeng changed the title [Minor][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScaler [SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScaler Apr 2, 2016
@yanboliang
Copy link
Contributor

LGTM

@zhengruifeng
Copy link
Contributor Author

cc @jkbradley

@mengxr
Copy link
Contributor

mengxr commented Apr 9, 2016

Merged into master. Thanks!

@asfgit asfgit closed this in adb9d73 Apr 9, 2016
@zhengruifeng zhengruifeng deleted the dct_pe branch April 10, 2016 01:21
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.

4 participants