Maybe you have a quick fix for this, I haven't really worked much with modules:
$ python experiments/experiment.py
Traceback (most recent call last):
File "experiments/experiment.py", line 1, in <module>
from features.featurize import featurize, feature_compatibility
ModuleNotFoundError: No module named 'features'
Maybe you have a quick fix for this, I haven't really worked much with modules: