time-series-forecasting-with-python icon indicating copy to clipboard operation
time-series-forecasting-with-python copied to clipboard

installing the utils.metrics

Open Giddybyte opened this issue 3 years ago • 1 comments

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

Giddybyte avatar Mar 18 '22 20:03 Giddybyte

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.

GhostyWave avatar Aug 17 '23 05:08 GhostyWave