Can somebody help me with C1W1 assignment from Intro to tensorflow program on coursera.
I am not able to pass this assignment.
[code removed - moderator]
Can somebody help me with C1W1 assignment from Intro to tensorflow program on coursera.
I am not able to pass this assignment.
[code removed - moderator]
Hey @AASHIMA_BANGIA,
Welcome to the community. You seem to have placed this issue in the General Discussions. Let me move it for you in the correct section, and someone will take up this issue very soon.
Cheers,
Elemento
house_model()
should return a fitted model and not the prediction. Please fix your code.
Here’s the caller code for reference:
# Get your trained model
model = house_model()
Model not defined show
See here