Uh oh!
There was an error while loading. Please reload this page.
[SPARK-23154][ML][DOC] Document backwards compatibility guarantees for ML persistence - #20592
Closed
jkbradley wants to merge 1 commit into
Closed
[SPARK-23154][ML][DOC] Document backwards compatibility guarantees for ML persistence#20592jkbradley wants to merge 1 commit into
jkbradley wants to merge 1 commit into
Conversation
jkbradley
commented
Feb 13, 2018
MemberAuthor
SparkQA
commented
Feb 13, 2018
Test build #87357 has finished for PR 20592 at commit
|
WeichenXu123
commented
Feb 13, 2018
Contributor
LGTM. |
viirya
reviewed
Feb 13, 2018
| ### Backwards compatibility for ML persistence | ||
| In general, MLlib maintains backwards compatibility for ML persistence. I.e., if you save an ML |
Member
There was a problem hiding this comment.
Oh, I was in this too before. IIRC, I was confused of an RDD vs a RDD. I learnt English uses "an" vs "a" by how it sounds. I believe "an em-el" is correct :).
MemberAuthor
There was a problem hiding this comment.
Yep, what @HyukjinKwon said. Gotta love the irregularities of the language!
jkbradley
commented
Feb 13, 2018
MemberAuthor
Thanks for reviewing! I'll merge this with master and branch-2.3 |
asfgit pushed a commit
that referenced
this pull request
Feb 13, 2018
…r ML persistence ## What changes were proposed in this pull request? Added documentation about what MLlib guarantees in terms of loading ML models and Pipelines from old Spark versions. Discussed & confirmed on linked JIRA. Author: Joseph K. Bradley <joseph@databricks.com> Closes#20592 from jkbradley/SPARK-23154-backwards-compat-doc. (cherry picked from commit d58fe28) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
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.

What changes were proposed in this pull request?
Added documentation about what MLlib guarantees in terms of loading ML models and Pipelines from old Spark versions. Discussed & confirmed on linked JIRA.