-
Notifications
You must be signed in to change notification settings - Fork 151
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
Added Graph Encoder Embedding #986
Closed
Conversation
This file contains 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
main into dev pre 2.0.1
I added to line 35. I assumed the asterisk on 3.3 meant all versions of 3.3 ex (3.3.1, 3.3.2) are all excluded from the matplotlib. Is this correct?
Removed outdated Zenodo DOI from README.md
) * Fix seaborn syntax * fixed padding of a similarity amtrix for graph matching * fixing mypy complaint from _adj_pad * use naive padding for similarity * add a test * Revert "Fix seaborn syntax" This reverts commit fd38e05. * try to fix ipython error in doc generation * just make sure the original S had the right shape * run black * fix tests Co-authored-by: Benjamin Pedigo <[email protected]>
* Editing contributing guidelines My edits were based on my experience with getting set up on GitHub. I added some minor changes of things I wish I had read while I was trying to set up my account. * fix typo Co-authored-by: Benjamin Pedigo <[email protected]>
* hard capped networkx version to avoid incompatability * set networkx to <= 3.0 * Update setup.cfg Co-authored-by: alyakin314 <[email protected]> Co-authored-by: Benjamin Pedigo <[email protected]>
0823390
to
aebdf1e
Compare
Sign up for free
to 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.
Reference Issues/PRs
Closes #984
What does this do
Implements a new embedding model based on node features/categories
TODOs