Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/fullbatch linkgenerator (stellargraph#543)
* Added GCN link model and added new full-batch link generator * Fixed bug in full-batch generators. Updated unit tests. Updated full-batch generators to return adjacency matrix in same node order as the features in the StellarGraph object. This fixes a bug that was introduced by using the 'get_index_for_node` method. * Added LinkEmbedding layer. * Updated all full-batch classes to use `build` All full-batch classes (GCN, GAT, APPNP, PPNP) now support creating a link model * Updated demos to use `build` rather than `node_model` or `link_model` * Formatted GCN link prediction notebook. * Removed erroneous format_notebook script * Fixed bug in stellargraph using deprecated `.node` method * Updated docstrings and CHANGELOG.md * Bugfix for issue introduced in previous commit * Removed Dense layer from LinkEmbedding layer and moved to associated function. Cleaned up link tests. Misc spelling errors. * Addressed review comments: updated notebooks to match new full-batch node order, raise error if FullBatchGenerator is instanciated. * Added docstring describing axis to LinkEmbedding and removed argument from link_inference. * Spelling errors fixed. * Fixed bug in stellargraph to_adjacency_matrix when nodes are specified * Fixed bug in unit test. Removed erroneous spaces. Updated copyright header. * More spaces removed * Updated documentation Co-authored-by: Yuriy Tyshetskiy <youph@users.noreply.github.com>
- Loading branch information