Please note that I have imported all the needed libraries as instructed.
import numpy as np
import tensorflow as tf
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense
import matplotlib.pyplot as plt
from autils import *
%matplotlib inline
Hi @Keerthana_Yelchuri , in which lab are you facing this problem? In optional or assignment?
If you are facing this problem in assignment then, there is no lab_coffee_utils.py file and I think you have added line “from lab_coffee_utils import load_coffee_data” yourself.
So remove or better comment this line of code and rerun the cell.