Neural Network and Deep Learning course
In Week 2, the assignment titled “Logistic Regression with a NN mindset”:
The “ from lr_utils import load_dataset ” import works on the Coursera platform but when I try to do it on Google colab, this import throws an error:
ModuleNotFoundError: No module named ‘lr_utils’.
Is it some sort of proprietary library in the platform? Is there an alternate way to load the dataset without lr_utils library?