time-series-forecasting-with-python
time-series-forecasting-with-python copied to clipboard
installing the utils.metrics
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
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.