Skip to content

[MRG] DOC replace 'interesting' with 'better' for model_persistence#11946

Merged
qinhanmin2014 merged 1 commit intoscikit-learn:masterfrom
rtlee9:doc-interesting
Aug 30, 2018
Merged

[MRG] DOC replace 'interesting' with 'better' for model_persistence#11946
qinhanmin2014 merged 1 commit intoscikit-learn:masterfrom
rtlee9:doc-interesting

Conversation

@rtlee9
Copy link
Copy Markdown
Contributor

@rtlee9 rtlee9 commented Aug 30, 2018

Reference Issues/PRs

What does this implement/fix? Explain your changes.

The following language can be found here:

In the specific case of the scikit, it may be more interesting to use joblib’s replacement of pickle (joblib.dump & joblib.load), which is more efficient on objects that carry large numpy arrays internally as is often the case for fitted scikit-learn estimators, but can only pickle to the disk and not to a string

But "more interesting" isn't directly supported by the following claim (i.e., that joblib can be more efficient than pickle), and also describing this as interesting isn't very useful to the user in my opinion. I think "better" or "more efficient" is more suitable here.

Any other comments?

'interesting' isn't directly supported by the following claim (i.e.,
that joblib can be more efficient than pickle), and also describing
this as interesting isn't very useful to the user in my opinion.
@jnothman
Copy link
Copy Markdown
Member

Yes, it's not idiomatic English... Maybe someone meant "more of interest"

@jnothman
Copy link
Copy Markdown
Member

Thanks

Copy link
Copy Markdown
Member

@qinhanmin2014 qinhanmin2014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @rtlee9

@qinhanmin2014 qinhanmin2014 merged commit 0148615 into scikit-learn:master Aug 30, 2018
@rtlee9 rtlee9 deleted the doc-interesting branch August 30, 2018 14:59
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Sep 2, 2018
…-learn#11946)

'interesting' isn't directly supported by the following claim (i.e.,
that joblib can be more efficient than pickle), and also describing
this as interesting isn't very useful to the user in my opinion.
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Sep 17, 2018
…-learn#11946)

'interesting' isn't directly supported by the following claim (i.e.,
that joblib can be more efficient than pickle), and also describing
this as interesting isn't very useful to the user in my opinion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants