I am getting the following Error on the Python(2.7.5) Interpreter in Mac.
>>> reload(recommendations)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'recommendations' is not defined
Any help would be greatly appreciated.