Please anyone could help me out with week 1 Probability & Statistics for Machine Learning & Data Science lab assignment

Even though getting the expected output I am getting 0 marks


I have completed All my course that one is pending guys please help
Even though I have got expected output the grades ar 0 please help me out

1 Like

Click on the “Show grader output” links, and see why the grader is unhappy.

1 Like

There is no variable named “breed_params” in the notebook. So the grader is crashing. That causes you to get zero score.

If you modified the notebook to use a “breed_params” variable, that was not the correct method to use.

1 Like

So how could I complete it sir

If you modified the notebook to use a “breed_params” variable, that was not the correct method to use.

Any Example for that I am new to coding please help me out

First, inspect your code, and see whether you used a “breed_params” variable.

Please report back here.

You really should take an introduction course on Python programming before you attempt any machine learning courses.

The ML courses assume you already have some fundamental programming skills.

There is nothing you need to change in that cell.

Please do not post your code on the forum. That is not allowed by the Code of Conduct.

Oh sorry i will delete it right away just please help with my code

Update for those who find this thread later:

Be sure that you do not add any cells to the notebook that contain additional code which is not mentioned in the instructions.