Hi,
In the course Data Pipelines with TensorFlow Data Services, week one, versioning datasets, the instructor says that if you specify “as_supervised” as true in the load function, then the dataset will be preformatted into tuples of data and label. If you set it as false, the dataset will be available as a dictionary. I know what are tuple and dictionary, but what is the advantage and disadvantage of having data in these two formats in this case?