How to Solve NameError: name 'Dataset' is not defined -- azureml

Solution: Import the 'Dataset' module

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

from azureml import Dataset

 

For more information:
Python azureml Dataset