-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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-20506][DOCS] 2.2 migration guide #17996
Conversation
Just doing a final check to find any other behavior changes or stuff that was deprecated in this release cycle. |
Test build #76961 has finished for PR 17996 at commit
|
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.
One minor question, otherwise, LGTM. Thanks!
|
||
### Deprecations and changes of behavior | ||
|
||
**Deprecations** | ||
|
||
* [SPARK-18592](https://issues.apache.org/jira/browse/SPARK-18592): | ||
Deprecate all Param setter methods except for input/output column Params for `DecisionTreeClassificationModel`, `GBTClassificationModel`, `RandomForestClassificationModel`, `DecisionTreeRegressionModel`, `GBTRegressionModel` and `RandomForestRegressionModel` | ||
There are no deprecations. | ||
|
||
**Changes of behavior** |
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.
Should we include #17233 in this section?
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 - didn't catch that one
@felixcheung @yanboliang by the way I haven't added any SparkR stuff here as I'm not sure anything breaking, deprecated etc goes here or in the SparkR guide. |
@MLnick We have separate SparkR migration guide at http://spark.apache.org/docs/latest/sparkr.html#migration-guide . Thanks. |
Test build #77052 has finished for PR 17996 at commit
|
looks good and I think "what's new" is a great idea too |
docs/ml-guide.md
Outdated
([SPARK-11968](https://issues.apache.org/jira/browse/SPARK-11968) and | ||
[SPARK-20587](https://issues.apache.org/jira/browse/SPARK-20587)) | ||
* `Correlation` and `ChiSquareTest` stats functions for `DataFrames` | ||
([SPARK-19635](https://issues.apache.org/jira/browse/SPARK-19635) and |
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.
Hi, @MLnick . Correlation
issue is SPARK-19636.
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.
Ah right thanks for catching that
+1, LGTM except one minor comment about JIRA issue number. |
Ok, I think this is good to go so will merge shortly. @felixcheung for R, if you do know of anything else that should go here (rather than in the SparkR migration guide) let me know. |
Test build #77100 has finished for PR 17996 at commit
|
Update ML guide for migration `2.1` -> `2.2` and the previous version migration guide section. ## How was this patch tested? Build doc locally. Author: Nick Pentreath <[email protected]> Closes #17996 from MLnick/SPARK-20506-2.2-migration-guide. (cherry picked from commit b5d8d9b) Signed-off-by: Nick Pentreath <[email protected]>
Merged to master/branch-2.2 |
@felixcheung ok - the KMeans behavior change was in 2.1 actually (so not in this migration guide, in this PR it was moved to the "old versions migration guides" page). For |
I actually realized I forgot to add the HTML links to the relevant guide sections in the highlight list - opened a little PR at #18043 to fix that. |
…or 2.2 Quick follow up to apache#17996 - forgot to add the HTML links to the relevant sections of the guide in the highlights list. ## How was this patch tested? Built docs locally and tested links. Author: Nick Pentreath <[email protected]> Closes apache#18043 from MLnick/SPARK-20506-2.2-migration-guide-2.
…or 2.2 Quick follow up to #17996 - forgot to add the HTML links to the relevant sections of the guide in the highlights list. ## How was this patch tested? Built docs locally and tested links. Author: Nick Pentreath <[email protected]> Closes #18043 from MLnick/SPARK-20506-2.2-migration-guide-2. (cherry picked from commit be846db) Signed-off-by: Nick Pentreath <[email protected]>
Update ML guide for migration `2.1` -> `2.2` and the previous version migration guide section. ## How was this patch tested? Build doc locally. Author: Nick Pentreath <[email protected]> Closes apache#17996 from MLnick/SPARK-20506-2.2-migration-guide.
…or 2.2 Quick follow up to apache#17996 - forgot to add the HTML links to the relevant sections of the guide in the highlights list. ## How was this patch tested? Built docs locally and tested links. Author: Nick Pentreath <[email protected]> Closes apache#18043 from MLnick/SPARK-20506-2.2-migration-guide-2.
Update ML guide for migration
2.1
->2.2
and the previous version migration guide section.How was this patch tested?
Build doc locally.