How to Solve NameError: name 'spatial' is not defined -- scipy

Solution: Import the 'spatial' module

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

from scipy import spatial

 

For more information:
Python scipy spatial