Closed itsmontoya closed 4 months ago
I received a code review from @jbmuir:
I'm not sure the laplace smoothing equation is totally correct (missing smoothing parameter in the numerator). As a style note, you should be .gettingLogPriorProbability (rather than PriorProbability)
I was able to fix the laplace smoothing issue within https://github.com/itsmontoya/bag/pull/4. Will fix the naming recommendation soon!
Fixed final requests within https://github.com/GopherML/bag/pull/6
I received a code review from @jbmuir:
I was able to fix the laplace smoothing issue within https://github.com/itsmontoya/bag/pull/4. Will fix the naming recommendation soon!