ggfm.datasets.LastFM

class ggfm.datasets.LastFM(root: str | None = None, transform: Callable | None = None, pre_transform: Callable | None = None, force_reload: bool = False)[source]

Bases: object

The Last.fm dataset is a comprehensive collection of user listening histories from the Last.fm music platform. It includes detailed records of user interactions with artists and tracks, making it valuable for research in areas such as music recommendation systems, user behavior analysis, and social network analysis within the music domain.