Yeah it is, i've cloned it and trying to run it but i'm getting the following error: python codesearcher.py --mode train
Traceback (most recent call last):
File "codesearcher.py", line 10, in <module>
from datashape.coretypes import real
ImportError: No module named datashape.coretypes
clearly i'm doing something wrong and have no idea on how python works :P
clearly i'm doing something wrong and have no idea on how python works :P