Hi, can someone help me please?
I downloaded the C1_W2_Lab04 FeatEng_PolyReg_Soln ipynp file, however, when I run it on Jupyter nb, I get the error message as follows, for the tools cell:
import numpy as np
import matplotlib.pyplot as plt
from lab_utils_multi import zscore_normalize_features, run_gradient_descent_feng
np.set_printoptions(precision=2) # reduced display precision on numpy arrays
Error message when run :
ModuleNotFoundError: No module named ‘lab_utils_multi’
Does anyone have a solution for this?
When I run it on the coursera course lab page, there is no error message.