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.