Course Name: Financial Time Series Analysis for Trading, Section No: 14, Unit No: 3, Unit type: Notebook
Hi,
when I introduce In [5] code I get this error:
ModuleNotFoundError: No module named 'data_modules'
Could you tell me how can I solve it?
Thanks in advance
Hi David,
I am not able to replicate the issue. It is running fine for me. It may be due to a standalone notebook run. You can try downloading the zip file from here and then running the notebook. Please do let us know if you still face the issue.
Hope this helps!
Thanks,
Akshay
Thanks Akshay but I would like to use this code not only for the curse example.
I think that error comes because I don´t have installed this library:
from data_modules.tsa_functions_quantra import model_performance
Could you please give a link where I can download it?
Thnaks in advance
Hi David,
"model_performance" is a custom function that we have created. You can find this function - "model_performance" , inside the helper file - "tsa_functions_quantra.py", which is a part of the data_modules folder in this zip file. So basically, you need to download this zip file, extract it, and then you'll be able to find this helper file inside the data_modules folder.
Hope this helps!
Thanks,
Akshay