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
While running Defmap on GoogleColab (3. Run DEFMap):
I get the following error, and installing "scikit-learn" or "preprocessing" doesn't fix it. Any help would be highly appreciated.
ModuleNotFoundError Traceback (most recent call last) in <cell line: 14>()
12 import numpy as np
13
---> 14 from preprocessing.prep_dataset import create_dataset_for_prediction
15 from util import get_em_map, standardize_int
16
ModuleNotFoundError: No module named 'preprocessing.prep_dataset'
The text was updated successfully, but these errors were encountered:
Hi!
While running Defmap on GoogleColab (3. Run DEFMap):
I get the following error, and installing "scikit-learn" or "preprocessing" doesn't fix it. Any help would be highly appreciated.
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 14>()
12 import numpy as np
13
---> 14 from preprocessing.prep_dataset import create_dataset_for_prediction
15 from util import get_em_map, standardize_int
16
ModuleNotFoundError: No module named 'preprocessing.prep_dataset'
The text was updated successfully, but these errors were encountered: