Uh oh!
There was an error while loading. Please reload this page.
[SPARK-23112][DOC] Update ML migration guide with breaking and behavior changes. - #20421
Closed
MLnick wants to merge 6 commits into
Closed
[SPARK-23112][DOC] Update ML migration guide with breaking and behavior changes.#20421MLnick wants to merge 6 commits into
MLnick wants to merge 6 commits into
Conversation
SparkQA
commented
Jan 29, 2018
Test build #86767 has finished for PR 20421 at commit
|
felixcheung
approved these changes
Jan 30, 2018
SparkQA
commented
Jan 30, 2018
Test build #86802 has finished for PR 20421 at commit
|
MLnick
commented
Jan 30, 2018
ContributorAuthor
@felixcheung just added a few more behavior changes I found. Should be final now. |
SparkQA
commented
Jan 30, 2018
Test build #86807 has finished for PR 20421 at commit
|
SparkQA
commented
Jan 30, 2018
Test build #86808 has finished for PR 20421 at commit
|
felixcheung
approved these changes
Jan 30, 2018
MLnick
commented
Jan 31, 2018
ContributorAuthor
Merged to master / branch-2.3. Thanks! |
asfgit pushed a commit
that referenced
this pull request
Jan 31, 2018
…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 <nickp@za.ibm.com> Closes#20421 from MLnick/SPARK-23112-ml-guide. (cherry picked from commit 161a3f2) Signed-off-by: Nick Pentreath <nickp@za.ibm.com>
WeichenXu123
commented
Jan 31, 2018
Contributor
MLnick
commented
Jan 31, 2018
via email
ContributorAuthor
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>
.
|
WeichenXu123
commented
Jan 31, 2018
Contributor
ah, yes, it backport to 2.2 😳 |
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 freeto 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.
Add breaking changes, as well as update behavior changes, to
2.3ML migration guide.How was this patch tested?
Doc only