ml-naivebayes
Version:
Naive bayes library
66 lines (26 loc) • 1.32 kB
Markdown
# [4.0.0](https://github.com/mljs/naive-bayes/compare/v3.0.0...v4.0.0) (2019-06-29)
### chore
* remove support for Node.js 6 ([e649861](https://github.com/mljs/naive-bayes/commit/e649861))
### BREAKING CHANGES
* Support for Node.js 6 was removed
<a name="3.0.0"></a>
# [3.0.0](https://github.com/mljs/naive-bayes/compare/v2.0.0...v3.0.0) (2017-09-06)
### Features
* add multinomial bayes ([b347332](https://github.com/mljs/naive-bayes/commit/b347332))
<a name="2.0.0"></a>
# [2.0.0](https://github.com/mljs/naive-bayes/compare/v1.0.3...v2.0.0) (2017-07-21)
### Chores
* update dependencies ([eef9590](https://github.com/mljs/naive-bayes/commit/eef9590))
### BREAKING CHANGES
* Removed support for Node 4
<a name="1.0.3"></a>
## [1.0.3](https://github.com/mljs/naive-bayes/compare/v1.0.2...v1.0.3) (2016-08-16)
<a name="1.0.2"></a>
## [1.0.2](https://github.com/mljs/naive-bayes/compare/v1.0.1...v1.0.2) (2016-06-26)
### Bug Fixes
* **package:** change github url ([eeb0593](https://github.com/mljs/naive-bayes/commit/eeb0593))
* **tonic:** rename some mistaken variables ([df43e33](https://github.com/mljs/naive-bayes/commit/df43e33))
### Features
* **tonic:** add a web example ([85e5448](https://github.com/mljs/naive-bayes/commit/85e5448))
<a name="1.0.1"></a>
## 1.0.1 (2015-11-19)