v1.4.1
Release Notes for Classifier 1.4.1
New Features and Enhancements
-
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
- A new
-
Add more unit tests
- Added unit tests for the remove_category feature