I need help if anyone can help me i will send you my code. I am new to the ai space.
Please review the Code of Conduct.
Learners cannot share their code in any way.
Please post more details about exactly what problem you are having. Does your code throw error messages? If yes, then please post some screen capture images of the errors (but not of your code).
Thank you.
Let’s take Exercise 1 - computing the cost.
Before you submitted your notebook for grading, did your code pass the tests that are built into the notebook?
What does that mean?
It means did you carefully check that your code passes all of the tests when you run all of the cells in the notebook?
Can you send me a sreen shot of those test
They’re built into the notebook. There is a cell with tests just below each cell where you had to add your code.
and how do i know i did good how do i know
Each test displays the results of your code and the expected results.
And it might also say “All tests pass” in green text.
Here is a screenshot of what the unit tests for compute_cost() look like in the Week 2 lab. This shows what it looks like after having run the tests. You can see how it shows results.
You should be running each code cell in order from first to last to test your code as you work through the lab, checking your work with these unit tests as you go along. If you are unfamiliar with Jupyter labs and how to run the cells, there is a video about Jupyter labs in Week 1 you can watch.
Hi ,
I have the same problem as sami.
I did run my code and have an “all tests passed!” for each but I have the exact same results as Sami when I submit .Everything seems to be fine ,no errors or anything .
Do you have any idea of what might cause this?
If you are getting the exact results as @Sami_Sayyar shared above, one thing I notice is that all the return values from your code are 0 - as if nothing has been written in the section between ### START CODE HERE ### and ### END CODE HERE ###.
Did you happen to make a copy of the assignment file? The grader always tests the file with the original file name, so you need to make your changes in that file.
Another thing is to make sure you have done a Save before submitting your assignment.
Hi Wendy,
Thank you so much you’re a life saver ,I hadn’t saved and this was the problem .
It’s all good now .
Cheers!

