Code error when calling from data_modules.tsa_functions_quantra

I get an error when I try to access a command through the use of the following code:



from data_modules.tsa_functions_quantra



How do I overcome this?

Do I need to install a module in order to get it to run?

could you please elaborate your question ? … till now , what i got is … you are trying to import some module from a library…using from "Library" import "Module" … does it make sense ?



if yes , please try using -> from "Library_Name" import "module_name"… it will work

Hi Rajat,



I am trying to run a script in Jupyter Notebooks. It is from the Quantra course on Forecasting and found in the ARIMA Model of Order (p, d, q)



It rejects the line of code: 



from data_modules.tsa_functions_quantra import model_performance





The error is:

ModuleNotFoundError: No module named 'data_modules'

Hi Matthew,



It seems you have downloaded the notebook in isolation and the data_modules folder is not found by the Python program.



You can download the zip file at the end of the course and then run the unzipped code files. That should work!



Let me know if that works out for you!



Thanks,

Gaurav