You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change in calculation of j -= (q.pi - 1).dot(log_lambda) + logC(q.pi) , instead will be j -= (q.pi - 1).dot(log_pi) + logC(q.pi), as per the calculation given in book Machine learning and pattern recognition by Bishop