Hello all! I am also new in PyG… I am trying to import the dataset using Colab but following your instructions outputs an error: module ‘community’ has no attribute ‘best_partition’. Do you know why this could be happening? Thanks for the help!!
from torch_geometric.datasets import KarateClub
dataset = KarateClub()
AttributeError: module ‘community’ has no attribute ‘best_partition’