PreferredAI / cornac

A Comparative Framework for Multimodal Recommender Systems
https://cornac.preferred.ai
Apache License 2.0
845 stars 138 forks source link

[BUG] Add amazon_digital_music to datasets init #620

Closed pablo-pnunez closed 5 days ago

pablo-pnunez commented 1 month ago

Description

Despite being implemented in cornac/datasets/amazon_digital_music.py the file is not listed in cornac/datasets/__init__.py.

In which platform does it happen?

All

How do we replicate the issue?

dataset = cornac.datasets.amazon_digital_music.load_feedback()

Expected behavior (i.e. solution)

cornac/datasets/__init__.py:

from . import amazon_digital_music
tqtg commented 1 month ago

@pablo-pnunez thanks for pointing this out. Great catch!

@lthoang looks like we've missed the import statement