robertmartin8 / MachineLearningStocks

Using python and scikit-learn to make stock predictions
MIT License
1.74k stars 506 forks source link

"from utils import data_string_to_float" import error #24

Closed emskiphoto closed 5 years ago

emskiphoto commented 5 years ago

could not successfully import "from utils import data_string_to_float", seemed to work after replacing with:

import utils

emskiphoto commented 5 years ago

The error above occurs on Jupyter Notebook. The script runs fine as is in the IDLE/Python shell. Using utils version 0.9.0

robertmartin8 commented 5 years ago

Hm I haven't tested it with jupyter notebooks, is utils.py definitely in the same directory as your ipynb file?

robertmartin8 commented 5 years ago

Closing for now. Please let me know if it needs to be reopened