-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Heterogeneous Graph Support + GraphGym #3068
Merged
Merged
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
* Adding the Facebok Page-Page dataset * type hints * documentation CI * py 3.8 * fix links * fix links * fail on warning * fail on warning * fix doc Co-authored-by: benedekrozemberczki <benedek.rozemberczki@gmail.com>
* fix doc rendering * fix linting * retrigger checks
* fix deepcopy within lazy Linear * fix merge * assert exception
* add tex * add svg + docstring * typo * added equation
* add hooks * docstring * add docstring * allow modification of inputs/output * add test for modifying output * add additional asserts for modifying output test
* rename to_edges and to_nodes * typo
* clean heteroconv * init * init * clean up Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
* move graphsaint * deprecations * move clusterloader * deprecations * type hints * move shadow * typo * typo * move datalistloader * dense data loader * random node sampler * fix doc
* lazy cheb conv * lazy GraphConv * lazy GATv2Conv * lazy TAGConv * lazy FAConv * lazy FeaStConv * lazy NNConv * typo * fix tests * lazy SuperGATConv * lazy SuperGATConv fix * lazy SplineConv * fix lazy check * lazy GravNetConv * arma conv lazy * dense linear in gmmconv * typo * add test * lazy GMMConv * doc
* readme highlights and quick tour * arch * arch image * arch overview * list categories * categorization * category description * Update README.md from Matthias Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * improved highlights * Update README.md Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * Update README.md Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * Update README.md Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * Update README.md Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * minor * update readme * update * update * update * update * fix url * update * update * update * update * update * update * move ops * toc * typo * typo * add svgs * update figure * fix links * fix size * fix size * typo Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
* initial commit * address comments
* temp checkpoint (wip, will remove) * (wip) typed graph conversion * (wip) typed graph conversion * (wip) typed graph conversion * update * typo * delete examples Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
…aLoader` (#120) * move dataloader * rename * typos * typos
…t` (#121) * deprecate train_test_split_edges * to device transform * fix example * add split_labels argument * fix autoencoder example * typos * add docstring * ARGVA * seal * adress comments
* create example to load csv file and transfer to heter-data * add ipython notebook version load csv with documentation * address comment * first version of csv loading doc * first version of csv loading doc * suggestion docs/source/notes/loading_csv.rst Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * suggestion docs/source/notes/loading_csv.rst Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * suggestion docs/source/notes/loading_csv.rst Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * suggestion docs/source/notes/loading_csv.rst Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * suggestions csv tutorial * example script load csv + extract fix * fixed edge index stacking dimension in example and jupyter nb * linting * linting2 * rename * update * update * update * typo * typo * update * rename * update tutorial * typo * address comments Co-authored-by: Dong Wang <dongwang@yannis-air.lan> Co-authored-by: Jan Eric Lenssen <janeric.lenssen@tu-dortmund.de> Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Codecov Report
@@ Coverage Diff @@
## master #3068 +/- ##
===========================================
- Coverage 84.14% 72.85% -11.29%
===========================================
Files 214 282 +68
Lines 9736 13627 +3891
===========================================
+ Hits 8192 9928 +1736
- Misses 1544 3699 +2155
Continue to review full report at Codecov.
|
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.
No description provided.