-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScaler #12063
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
Conversation
|
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"]) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
|
LGTM except minor issue. |
|
Test build #54611 has finished for PR 12063 at commit
|
|
@zhengruifeng Could you make JIRAs for this PR and #11844? |
|
@mengxr Ok, I will open the missing JIRAs |
|
LGTM |
|
cc @jkbradley |
|
Merged into master. Thanks! |
What changes were proposed in this pull request?
add three python examples
How was this patch tested?
manual tests