Skip to content

Releases: majkamichal/naivebayes

v1.0.0

16 Mar 12:59

Choose a tag to compare

This release marks a significant milestone in the evolution of the package, now reaching version 1.0.0.

  • Enhanced Print Methods: Improved printing functionality for better user experience.
  • Updated Documentation: The documentation has been updated to reflect the latest changes and improvements.
  • Minor Internal Enhancements: Various minor enhancements have been made to the internal workings of the package, improving overall performance and stability.

naivebayes - v0.9.7

03 Jul 21:25

Choose a tag to compare

Changes in version 0.9.7

  • Improvement: multinomial_naive_bayes(), bernoulli_naive_bayes(), poisson_naive_bayes() and gaussian_naive_bayes() now support sparse matrices (dgCMatrix class from the Matrix Package).

  • Improvement: updated documentation.

  • Improvement: better informative errors.