Skip to content
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

Node classification with Node2Vec NB: gensim==4.1.2, train_test_split typo, n_jobs #2011

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

davidshumway
Copy link

[x] installs gensim==4.1.2 (#2010 and piskvorky/gensim#3226)
[x] fixes typo (?): notebook states training on "75%" but train_test_split ratio set to "0.1", which also affects final accuracy (85% new / 72% old)
[x] sets n_jobs=4 as default value in LogisticRegressionCV is resulting in non-convergence

[x] installs gensim==4.1.2 (stellargraph#2010 and piskvorky/gensim#3226)
[x] fixes typo (?): notebook states training on "75%" but `train_test_split` ratio set to "0.1", which also affects final accuracy (85% new / 72% old)
[x] sets `n_jobs=4` as default value in LogisticRegressionCV is resulting in non-convergence
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@CLAassistant
Copy link

CLAassistant commented Dec 25, 2021

CLA assistant check
All committers have signed the CLA.

@davidshumway davidshumway changed the title Updates to gensim==4.1.2, fixes train_test_split typo, adds n_jobs to Node classification with Node2Vec NB: gensim==4.1.2, train_test_split typo, n_jobs Dec 27, 2021
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.

None yet

2 participants