2.1.0 (2022-01-27)
2.0.3 (2022-01-18)
2.0.2 (2020-10-18)
2.0.1 (2019-10-13)
2.0.0 (2019-06-29)
- update dependencies and remove support for Node.js 6 (99fcd3c)
- Node.js 6 is no longer supported
1.0.3 (2018-05-03)
[1.0.2](https://github.com/mljs/random forest/compare/v1.0.1...v1.0.2) (2017-08-17)
- bug related with feature bagging, now the default percentage is 100 ([4cae0dd](https://github.com/mljs/random forest/commit/4cae0dd))
[1.0.1](https://github.com/mljs/random forest/compare/v1.0.0...v1.0.1) (2017-08-02)
- use columnSelectionView for retrieving features (40 times faster) ([6a3d5f4](https://github.com/mljs/random forest/commit/6a3d5f4))
- use MatrixTransposeView for Utils.retrieveFeatures (2 times faster) ([d0aaeab](https://github.com/mljs/random forest/commit/d0aaeab))
- using transpose view for predictions (500 times faster) ([5401c3a](https://github.com/mljs/random forest/commit/5401c3a))