Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Add amazon_digital_music to datasets init #620

Open
pablo-pnunez opened this issue May 20, 2024 · 1 comment
Open

[BUG] Add amazon_digital_music to datasets init #620

pablo-pnunez opened this issue May 20, 2024 · 1 comment
Assignees

Comments

@pablo-pnunez
Copy link

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
Copy link
Member

tqtg commented May 20, 2024

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

@lthoang looks like we've missed the import statement

@lthoang lthoang self-assigned this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants