C3_W1_Assignmen function result

HI. I am having problems withthe part of calculate the probability, because it give me less values

Example dog has breed 1 and features: height = 28.63, weight = 21.56, bark_days = 13.00, ear_head_ratio = 0.27 Probability of these features if dog is classified as breed 0: 5.8181079899253857e-11 Probability of these features if dog is classified as breed 1: 0.0022851701236255933 Probability of these features if dog is classified as breed 2: 5.278752911814241e-08

Expected Output
Example dog has breed 1 and features: height = 28.63, weight = 21.56, bark_days = 13.00, ear_head_ratio = 0.27

Probability of these features if dog is classified as breed 0: 6.989632718589114e-11
Probability of these features if dog is classified as breed 1: 0.0038267778327024894
Probability of these features if dog is classified as breed 2: 7.959172138800559e-08

Solution removed as it violates our rule of conduct.

Hi @alejandra_diaz!

I have edited your post because it is against our rules to share any type of solution. The idea is to help you achieve the solution!

As I can see, your solution looked correct, can you doublecheck that you are updating the probabilities in the end?

Cheers,
Lucas