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
Description
Despite being implemented in
cornac/datasets/amazon_digital_music.pythe file is not listed incornac/datasets/__init__.py.In which platform does it happen?
All
How do we replicate the issue?
Expected behavior (i.e. solution)
cornac/datasets/__init__.py: