From 37a9c76e8405eea0c7b6253467857cd4cca2aa69 Mon Sep 17 00:00:00 2001 From: Matthias Fey Date: Tue, 25 Oct 2022 17:28:59 +0200 Subject: [PATCH] Added a "Link Prediction on MovieLens" Colab Notebook (#5823) --- CHANGELOG.md | 1 + docs/source/notes/colabs.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a4190fd403..d42dff927c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [2.2.0] - 2022-MM-DD ### Added +- Added a "Link Prediction on MovieLens" Colab notebook ([#5823](https://github.com/pyg-team/pytorch_geometric/pull/5823)) - Added custom `sampler` support in `LightningDataModule` ([#5820](https://github.com/pyg-team/pytorch_geometric/pull/5820)) - Added a `return_semantic_attention_weights` argument `HANConv` ([#5787](https://github.com/pyg-team/pytorch_geometric/pull/5787)) - Added `disjoint` argument to `NeighborLoader` and `LinkNeighborLoader` ([#5775](https://github.com/pyg-team/pytorch_geometric/pull/5775)) diff --git a/docs/source/notes/colabs.rst b/docs/source/notes/colabs.rst index e9cd58c17883..b4ff75a6a9d6 100644 --- a/docs/source/notes/colabs.rst +++ b/docs/source/notes/colabs.rst @@ -11,7 +11,7 @@ We have prepared a list of colab notebooks that practically introduces you to th 6. `Explaining GNN Model Predictions using Captum `__ 7. `Customizing Aggregations within Message Passing `__ 8. `Node Classification with Graph Neural Networks Instrumented with Weights and Biases Logging and Sweeps `__ -9. `Link Prediction on IMDB `__ +9. `Link Prediction on MovieLens `__ All colab notebooks are released under the MIT license.