You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the feature_pu_model.py I get the following error:
Traceback (most recent call last):
File "feature_pu_model.py", line 11, in
from utils.data_utils import DataPrepare
ModuleNotFoundError: No module named 'utils.data_utils'
Could you please help. Thank you.
The text was updated successfully, but these errors were encountered:
When I run the feature_pu_model.py I get the following error:
Traceback (most recent call last):
File "feature_pu_model.py", line 11, in
from utils.data_utils import DataPrepare
ModuleNotFoundError: No module named 'utils.data_utils'
Could you please help. Thank you.
The text was updated successfully, but these errors were encountered: