morenol
820201e920
Solve conflic with num-traits ( #130 )
...
* Solve conflic with num-traits
* Fix clippy warnings
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-05-05 10:39:18 -04:00
Luis Moreno
162bed2aa2
feat: added support to wasm ( #94 )
...
* test: run tests also in wasm targets
* fix: install rand with wasm-bindgen por wasm targets
* fix: use actual usize size to access buffer.
* fix: do not run functions that create files in wasm.
* test: do not run in wasm test that panics.
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2021-04-28 15:58:39 -04:00
Ben Cross
f1cf8a6f08
Added serde feature flags to tests
2021-01-18 10:32:35 +00:00
Ben Cross
762986b271
Cargo format
2021-01-17 21:37:30 +00:00
Ben Cross
e0d46f430b
feat: Make SerDe optional
2021-01-17 21:35:03 +00:00
Volodymyr Orlov
810a5c429b
feat: consolidates API
2020-12-24 18:36:23 -08:00
Volodymyr Orlov
32ae63a577
feat: documentation adjusted to new builder
2020-12-23 12:38:10 -08:00
Volodymyr Orlov
dd341f4a12
feat: + builders for algorithm parameters
2020-12-23 12:29:39 -08:00
Volodymyr Orlov
a2be9e117f
feat: + cross_validate, trait Predictor, refactoring
2020-12-22 15:41:53 -08:00
morenol
53351b2ece
fix needless-range and clippy::ptr_arg warnings. ( #36 )
...
* Fix needless for loop range
* Do not ignore clippy::ptr_arg
2020-12-11 16:52:39 -04:00
Volodymyr Orlov
830a0d9194
fix: formatting
2020-11-11 17:26:49 -08:00
Volodymyr Orlov
f0371673a4
fix: changes recommended by Clippy
2020-11-11 17:23:49 -08:00
Volodymyr Orlov
c42fccdc22
fix: ridge regression, code refactoring
2020-11-11 15:59:04 -08:00
Volodymyr Orlov
ab7f46603c
feat: + ridge regression
2020-11-06 10:48:00 -08:00