-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-23112][DOC] Update ML migration guide with breaking and behavior changes. #20421
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 #86767 has finished for PR 20421 at commit
|
|
Test build #86802 has finished for PR 20421 at commit
|
|
@felixcheung just added a few more behavior changes I found. Should be final now. |
|
Test build #86807 has finished for PR 20421 at commit
|
|
Test build #86808 has finished for PR 20421 at commit
|
WeichenXu123
left a comment
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.
LGTM. Thanks!
|
Merged to master / branch-2.3. Thanks! |
…or changes. Add breaking changes, as well as update behavior changes, to `2.3` ML migration guide. ## How was this patch tested? Doc only Author: Nick Pentreath <[email protected]> Closes #20421 from MLnick/SPARK-23112-ml-guide. (cherry picked from commit 161a3f2) Signed-off-by: Nick Pentreath <[email protected]>
|
Didn't this go into 2.2.1?
…On Wed, 31 Jan 2018 at 20:37 WeichenXu ***@***.***> wrote:
@MLnick <https://github.com/mlnick>
Forget one fix: #18797 <#18797>
I doubt whether this fix should go into "behavior change". It influences
iteration number for algos use LBFGS, although it is a bugfix (this bug is
introduced in spark 2.2).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20421 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA_SB2_NZV3oDHuW4cVNnvutjYuldI0Eks5tQLL6gaJpZM4RwVo7>
.
|
|
ah, yes, it backport to 2.2 😳 |
Add breaking changes, as well as update behavior changes, to
2.3ML migration guide.How was this patch tested?
Doc only