ml-cart
Version:
CART decision tree algorithm
117 lines (48 loc) • 3.42 kB
Markdown
# Changelog
### [2.1.1](https://www.github.com/mljs/decision-tree-cart/compare/v2.1.0...v2.1.1) (2022-01-14)
### Bug Fixes
* changes to fix issues 9, 15, 17, 28, 32 in random-forest ([#20](https://www.github.com/mljs/decision-tree-cart/issues/20)) ([134da30](https://www.github.com/mljs/decision-tree-cart/commit/134da308e72fa75de7846d26eeb24ec1e4974ffa))
## [2.1.0](https://www.github.com/mljs/decision-tree-cart/compare/v2.0.2...v2.1.0) (2021-07-30)
### Features
* configurable min gain to split ([#15](https://www.github.com/mljs/decision-tree-cart/issues/15)) ([7a5d32c](https://www.github.com/mljs/decision-tree-cart/commit/7a5d32c8c269517e49db8e7b2135a60e47a99d34))
### [2.0.2](https://github.com/mljs/decision-tree-cart/compare/v2.0.1...v2.0.2) (2020-10-18)
### Bug Fixes
* do not error on empty array ([#12](https://github.com/mljs/decision-tree-cart/issues/12)) ([2e88dee](https://github.com/mljs/decision-tree-cart/commit/2e88dee928ea698376c01256504b51f04de49c98))
## [2.0.1](https://github.com/mljs/decision-tree-cart/compare/v2.0.0...v2.0.1) (2019-10-13)
### Bug Fixes
* correct bug on number of classes calculation ([#10](https://github.com/mljs/decision-tree-cart/issues/10)) ([1f0d853](https://github.com/mljs/decision-tree-cart/commit/1f0d853d411354c0fba966a62a11268e2f9e7771))
# [2.0.0](https://github.com/mljs/decision-tree-cart/compare/v1.0.8...v2.0.0) (2019-06-29)
### chore
* update dependencies and remove support for Node.js 6 ([f3bb07c](https://github.com/mljs/decision-tree-cart/commit/f3bb07c))
### BREAKING CHANGES
* Node.js 6 is no longer supported.
<a name="1.0.8"></a>
## [1.0.8](https://github.com/mljs/decision-tree-cart/compare/v1.0.6...v1.0.8) (2017-07-28)
### Bug Fixes
* remove exports and don't export as object ([#8](https://github.com/mljs/decision-tree-cart/issues/8)) ([4ceff09](https://github.com/mljs/decision-tree-cart/commit/4ceff09)), closes [#7](https://github.com/mljs/decision-tree-cart/issues/7)
* remove separate exports to one export to fix bug on import ([ac5ee58](https://github.com/mljs/decision-tree-cart/commit/ac5ee58))
<a name="1.0.7"></a>
## [1.0.7](https://github.com/mljs/decision-tree-cart/compare/v1.0.6...v1.0.7) (2017-07-26)
### Bug Fixes
* remove separate exports to one export to fix bug on import ([ac5ee58](https://github.com/mljs/decision-tree-cart/commit/ac5ee58))
<a name="1.0.6"></a>
## [1.0.6](https://github.com/mljs/decision-tree-cart/compare/v1.0.5...v1.0.6) (2017-07-26)
### Bug Fixes
* bug when trying to access to transpose view elements (test added) ([0646ece](https://github.com/mljs/decision-tree-cart/commit/0646ece))
<a name="1.0.5"></a>
## [1.0.5](https://github.com/mljs/decision-tree-cart/compare/v1.0.4...v1.0.5) (2017-07-26)
<a name="1.0.4"></a>
## [1.0.4](https://github.com/mljs/decision-tree-cart/compare/v1.0.3...v1.0.4) (2017-07-26)
<a name="1.0.3"></a>
## [1.0.3](https://github.com/mljs/decision-tree-cart/compare/v1.0.2...v1.0.3) (2017-07-22)
<a name="1.0.2"></a>
## [1.0.2](https://github.com/mljs/decision-tree-cart/compare/v1.0.1...v1.0.2) (2017-07-22)
<a name="1.0.1"></a>
## [1.0.1](https://github.com/mljs/decision-tree-cart/compare/v1.0.0...v1.0.1) (2016-12-17)
<a name="1.0.0"></a>
# [1.0.0](https://github.com/mljs/bit-array/compare/v0.0.1...v1.0.0) (2016-12-17)
<a name="0.0.1"></a>
## 0.0.1 (2016-07-08)
0.0.0 / HEAD
============
* first release