How to Solve NameError: name 'Prophet' is not defined -- fbprophet

Solution: Import the 'Prophet' module

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

from fbprophet import Prophet

 

For more information:
Python fbprophet Prophet