-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Clean up variable names #2888
Comments
The link in the description doesn't work, but I believe this is related to the discussion in #2698 around *2vec attributes: |
Yeah, looks like the github UI messed up the link. Your reference is correct. |
@mpenkov @gojomo what's the conclusion? I'll have some time this week (I'm on holidays) so I'd like to finish as much as I can, to unblock 4.0.0. Should I rename the variables? Pros:
Cons:
|
We can do this at any time, so if your priority is to unblock 4.0.0, then it's probably more productive and rewarding to do something else. This sort of renaming can happen at any time in the future, right? |
One of the things most suitable for a major release bump. |
Agree that it's better to do core naming cleanup in fewer releases and correlated with 'major' increments – such that when people notice old code doesn't work (or generates new warnings), they check some release-notes, notice all the changes required, make them in one batch-of-effort, then are OK for as-long-as-possible through future releases. My proposal remains to leave the attributes on the *2Vec models as That is, these are central enough to warrant bootstrapping a convention/library-specific lingo. I don't see it as too different than having embraced 'doc' instead of 'document', and 'vec' instead of 'vector', and 'hs' instead of 'hierarchical_softmax', and so forth. And, I don't look forward to all the lines of library or demo/tutorial code that would start to need wrapping if all But, renaming them |
Let me close this. Why? I'm thinking:
|
I think go with (a) now and open up a ticket to clean up names globally later. This PR is already large enough.
Originally posted by @mpenkov in https://github.com/_render_node/MDExOlB1bGxSZXF1ZXN0MzQ5Mjk1NTk1/timeline/more_items
The text was updated successfully, but these errors were encountered: