How to Solve NameError: name 'SVD' is not defined -- surprise

Solution: Import the 'SVD' module

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

from surprise import SVD

 

For more information:
Python surprise SVD