Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

Fix doc of DataFrame.corr, it should be the implementation of Kendall in PS has the complexity of O(#row * #row), since it apply a cross join (within each partition) to compute the statistics

Why are the changes needed?

Fix doc of DataFrame.corr

Does this PR introduce any user-facing change?

yes, doc fixed

How was this patch tested?

manually check

@zhengruifeng
Copy link
Contributor Author

cc @HyukjinKwon

@HyukjinKwon
Copy link
Member

Merged to master.

@zhengruifeng zhengruifeng deleted the ps_df_kendall_doc branch September 19, 2022 09:30
@zhengruifeng
Copy link
Contributor Author

@HyukjinKwon Thank you!

LuciferYang pushed a commit to LuciferYang/spark that referenced this pull request Sep 20, 2022
### What changes were proposed in this pull request?
Fix doc of `DataFrame.corr`, it should be the implementation of `Kendall` in PS has the complexity of O(#row * #row), since it apply a cross join (within each partition) to compute the statistics

### Why are the changes needed?
Fix doc of `DataFrame.corr`

### Does this PR introduce _any_ user-facing change?
yes, doc fixed

### How was this patch tested?
manually check

Closes apache#37927 from zhengruifeng/ps_df_kendall_doc.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants