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-8472] [ML] [PySpark] Python API for DCT #8485

Closed
wants to merge 3 commits into from

Conversation

yanboliang
Copy link
Contributor

Add Python API for ml.feature.DCT.

@SparkQA
Copy link

SparkQA commented Aug 27, 2015

Test build #41688 has finished for PR 8485 at commit 565a831.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class DCT(JavaTransformer, HasInputCol, HasOutputCol):

@@ -167,6 +167,65 @@ def getSplits(self):


@inherit_doc
class DCT(JavaTransformer, HasInputCol, HasOutputCol):
"""
A feature transformer that takes the 1D discrete cosine transform of a real vector. No zero
Copy link
Contributor

Choose a reason for hiding this comment

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

Keep line width in docstring at 72 (PEP8).

@mengxr
Copy link
Contributor

mengxr commented Aug 27, 2015

LGTM except minor inline comments.

@SparkQA
Copy link

SparkQA commented Aug 28, 2015

Test build #41742 has finished for PR 8485 at commit d5d5270.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class DCT(JavaTransformer, HasInputCol, HasOutputCol):

@SparkQA
Copy link

SparkQA commented Aug 29, 2015

Test build #41781 has finished for PR 8485 at commit 1378c23.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class DCT(JavaTransformer, HasInputCol, HasOutputCol):

@mengxr
Copy link
Contributor

mengxr commented Aug 31, 2015

Merged into master. Thanks!

@asfgit asfgit closed this in 5b3245d Aug 31, 2015
@yanboliang yanboliang deleted the spark-8472 branch September 1, 2015 02:54
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