Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Joshi <ayush854032@gmail.com>
  • Loading branch information
joshiayush committed Dec 25, 2023
1 parent ae05cf1 commit 52ca63b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## ai — 2023-12-23

### Added

- Added `statistic` calculating functions to `ai.stats` module (#20) ([#6c8e592](https://www.github.com/joshiayush/ai/commit/6c8e592))


## ai — 2023-12-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions ai/naive_bayes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
`ai.naive_bayes` implements the following `naive bayes` algorithms:
* `ai.naive_bayes.naive_bayes.GaussianNaiveBayes`
* `ai.naive_bayes.naive_bayes.GaussianNB`
"""

from .naive_bayes import GaussianNaiveBayes
from .naive_bayes import GaussianNB

0 comments on commit 52ca63b

Please sign in to comment.