[SPARK-48893][SQL][PYTHON][DOCS] Add some examples for linearRegression built-in functions#47343
Closed
wayneguow wants to merge 5 commits intoapache:masterfrom
Closed
[SPARK-48893][SQL][PYTHON][DOCS] Add some examples for linearRegression built-in functions#47343wayneguow wants to merge 5 commits intoapache:masterfrom
linearRegression built-in functions#47343wayneguow wants to merge 5 commits intoapache:masterfrom
Conversation
Contributor
|
fine to me, but if you can help refine the Python doc for the corresponding function in builtin.py, that would be even better. |
Contributor
Author
|
Updated it. Also cc @zhengruifeng @allisonwang-db for the python side. |
linearRegression built-in functionslinearRegression built-in functions
Contributor
|
also cc @HyukjinKwon |
Contributor
allisonwang-db
left a comment
There was a problem hiding this comment.
Look good! cc @zhengruifeng to double check the examples
Contributor
Author
|
cc @zhengruifeng Updated as suggested, please take a look when you have time. Thanks~ |
zhengruifeng
approved these changes
Jul 19, 2024
Contributor
|
Merged into master. Thanks @wayneguow @zhengruifeng and @allisonwang-db |
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 free
to 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?
This PR aims to add some extra examples for
linearRegressionbuilt-in functions.Why are the changes needed?
linearRegressionrelated methods from sql built-in functions docs(https://spark.apache.org/docs/latest/api/sql/index.html).Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA and Manual testing for new examples.
Was this patch authored or co-authored using generative AI tooling?
No.