jiwidi / time-series-forecasting-with-python

A use-case focused tutorial for time series forecasting with python
645 stars 212 forks source link

installing the utils.metrics #18

Open Giddybyte opened 2 years ago

Giddybyte commented 2 years ago

Thanks for your time series code very educating. I am a student in UK, I want to learn from your code and run it on google Colab.

I am having problem indtalling the utils dependency. ---> 31 from utils.metrics import evaluate

ModuleNotFoundError: No module named 'utils'

if your have any solution for me kindly help.

Thanks once again for your code.

Ikwe Gideon

GhostyWave commented 1 year ago

there's a utils folder you can copy the files in it and move them in the main folder and then in the importing section just use the name like from metrics import evaluate.