Lmm/add seeds in more algorithms (#164)

* Provide better output in flaky tests

* feat: add seed parameter to multiple algorithms

* Update changelog

Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
morenol
2022-09-21 15:35:22 -04:00
parent 55e1158581
commit a37b552a7d
14 changed files with 139 additions and 64 deletions
+9
View File
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Added
- Seeds to multiple algorithims that depend on random number generation.
- Added feature `js` to use WASM in browser
## BREAKING CHANGE
- Added a new parameter to `train_test_split` to define the seed.
## [0.2.1] - 2022-05-10
## Added
- L2 regularization penalty to the Logistic Regression
- Getters for the naive bayes structs