Naive Bayes

Author: StevenSopilidisCreated Mar 24, 2024Updated May 12, 2024

Shouldn't the coefficient be coeff = 1.0 / math.pi * math.sqrt(2.0 * math.pi) + eps In equation of normal equation the pi is outside of sqrt

Source: eriklindernoren/ML-From-Scratch