Skip to content

v1.4.1

Compare
Choose a tag to compare
@cardmagic cardmagic released this 31 Jul 08:40
· 14 commits to master since this release
17143ab

Release Notes for Classifier 1.4.1

New Features and Enhancements

  1. Add remove_category Method

    • A new remove_category method has been added to the Bayes class. The changes aim to provide users with more control over the Bayesian classifier by allowing them to remove categories. This feature can be useful in scenarios where categories become obsolete or need to be restructured. PR: #39 Closes: #12
  2. Add more unit tests

    • Added unit tests for the remove_category feature