Can't seem to figure out C1_W2_Assignment

Hello,
I’m attempting the C1_W2_Assignment but I keep failing the unit test with the message after implementing the train_naive_bayes function:

Wrong values for loglikelihood dictionary. Please check your implementation for the loglikelihood dictionary.
Wrong values for loglikelihood dictionary. Please check your implementation for the loglikelihood dictionary.
Wrong values for loglikelihood dictionary. Please check your implementation for the loglikelihood dictionary.
12 Tests passed
3 Tests failed

I think I’m following the correct formulas and am currently at a loss as to how to continue.
Thank you and regards.

The rest of the assignment went smoothly with all unit tests being passed. This includes the code that used the output from the train_naive_bayes function.

Hi Reghu,

It is hard to say from the error message what is going on. Could you send me you notebook with a private message so I can have a look?

Hi - how did you resolve this? I am facing the same issue