UNPKG

ml-logistic-regression

Version:
45 lines (20 loc) 1.41 kB
# [2.0.0](https://github.com/mljs/logistic-regression/compare/v1.0.2...v2.0.0) (2020-05-03) ### Bug Fixes * README.md ([bab5f0f](https://github.com/mljs/logistic-regression/commit/bab5f0f281a9a127b67a375554e7da6ea345609c)) <a name="1.0.2"></a> ## [1.0.2](https://github.com/mljs/logistic-regression/compare/v1.0.1...v1.0.2) (2017-07-21) ### Bug Fixes * Bug fixed ([da247e8](https://github.com/mljs/logistic-regression/commit/da247e8)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/mljs/logistic-regression/compare/v1.0.0...v1.0.1) (2017-07-21) <a name="1.0.0"></a> # 1.0.0 (2017-07-21) ### Bug Fixes * fix errors in the tests ([836177f](https://github.com/mljs/logistic-regression/commit/836177f)) * modifications to use jest ([e19dc5a](https://github.com/mljs/logistic-regression/commit/e19dc5a)) * Modify name of methods. test() become predict() ([a6aca4c](https://github.com/mljs/logistic-regression/commit/a6aca4c)) * modify number of steps of the tests (and add the second test) ([c175f82](https://github.com/mljs/logistic-regression/commit/c175f82)) * Update tests to enable 'npm test' ([d3ac5f9](https://github.com/mljs/logistic-regression/commit/d3ac5f9)) ### Features * Add the logistic regression ([78c250c](https://github.com/mljs/logistic-regression/commit/78c250c)) * add toJSON() and load() ([214a00e](https://github.com/mljs/logistic-regression/commit/214a00e))