How to Solve NameError: name 'garch' is not defined -- garch

Solution: Import the 'garch' module

To Solve the error, add the following line to the top of your code.

from garch import garch

 

For more information:
Python garch garch