banking-class icon indicating copy to clipboard operation
banking-class copied to clipboard

Not being able to run find_seeds.py

Open Mehrdades90 opened this issue 6 years ago • 1 comments

This is what i get for running findseeds py

File "find_seeds.py", line 8, in import transact as ts File "../transact.py", line 5, in from sklearn import linear_model ImportError: No module named sklearn

???

Mehrdades90 avatar Nov 29 '18 02:11 Mehrdades90

The dependencies for this project include sklearn, nltk, and pandas. I'd run pip install sklearn nltk pandas just in case any of those are missing.

ethhics avatar Dec 12 '18 22:12 ethhics