i have problem while submitting the assigment plz tell me what i have to do now
[Code removed by mentor as per community guidelines]
Hello @Muhammad_Rehan1 ,
Welcome to the community!!
You are not supposed to put solutions on community as per our community guidelines. You are free to post errors, discuss stuffs with learners and mentors on community.
Send me your notebook via dm such that I can check where it went wrong. By clicking on the profile picture, you will see an option to message. There you can attach your notebook. Then we can discuss the issues here, under the topic you created.
With regards,
Nilosree Sengupta
Hello @Muhammad_Rehan1 ,
I have gone through your notebook. Several things are incorrect.
You need to read the hints and write code only for what asked.
-
# Hint : Define input and output tensors with the values for houses with 1 up to 6 bedrooms
But you took 10 berooms. -
# Hint: Remember to explictly set the dtype as float
You took whole numbers. -
You added this part :
# Predict house prices for new data points
in the function cell which is not needed. Remove extra things that you added.
There are more things, kindly read hints and fix them.
Hope this helps.
With regards,
Nilosree Sengupta
thank you for helping me out but still facing same issue
" Learner Error: Grader timed out"
Hello @Muhammad_Rehan1 ,
You’re welcome!!
Feel free to post whenever you get stuck.
Happy Learning!!
With regards,
Nilosree Sengupta
thank you for helping me out but still facing same issue
" Learner Error: Grader timed out"
Hello @Muhammad_Rehan1 ,
Send me your notebook via dm such that I can check where it went wrong. By clicking on the profile picture, you will see an option to message. There you can attach your notebook. Then we can discuss the issues here, under the topic you created.
With regards,
Nilosree Sengupta
Hello @Muhammad_Rehan1 ,
I have gone through your updated notebook.
You have taken ys in 10^5 ranges.
Kidnly read the hints.
Make it similar to xs.
Hope this helps.
With regards,
Nilosree Sengupta
is your issue solved @Muhammad_Rehan1 ?
yes thank you for helping me out!