How to Solve NameError: name 'get_data_set' is not defined -- include

Solution: Import the 'get_data_set' module

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

from include.data import get_data_set

 

For more information:
Python include get_data_set