DEFMap icon indicating copy to clipboard operation
DEFMap copied to clipboard

Issue with ColabDEFMap.ipynb

Open yazdan12555 opened this issue 1 year ago • 0 comments

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'

yazdan12555 avatar Dec 02 '24 19:12 yazdan12555