W2_Know how of Assignment Datasets_Utility functions

Hi there,

Is there anyway to get hold of the training and testing dataset copies so we can learn how they are structured, labeled, and processed? Right now we’re just loading it to the notebook without actually looking at it. I think data processing and analyzing is an important step in ML training and would love to have the opportunity to learn more about it while doing the lab assignments.

Thanks a lot for reading my questions!

Yes, you can look at all the files and data. Just follow this step to find the source for utility functions invoked by the notebook.

Thanks a lot for your swift reply!