76d1ef610d
Update Cargo.toml ( #299 )
...
* Update Cargo.toml
* chore: fix clippy
* chore: bump actions
* chore: fix clippy
* chore: update target name
---------
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2025-04-24 23:24:29 -04:00
ba75f9ffad
chore: fix clippy ( #283 )
...
* chore: fix clippy
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2024-11-25 11:34:29 -04:00
80a93c1a0e
chore: fix clippy ( #276 )
...
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2024-02-25 00:17:30 -05:00
6f22bbd150
chore: update clippy lints ( #272 )
...
* chore: fix clippy lints
---------
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2023-11-20 21:54:09 -04:00
8939ed93b9
chore: fix clippy warnings from Rust release 1.69 ( #263 )
...
* chore: fix clippy warnings from Rust release 1.69
* chore: run `cargo fmt`
* refactor: remove unused type parameter
---------
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2023-04-26 01:35:58 +09:00
c7353d0b57
Run cargo clippy --fix ( #250 )
...
* Run `cargo clippy --fix`
* Run `cargo clippy --all-features --fix`
* Fix other clippy warnings
* cargo fmt
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2023-01-27 10:41:18 +00:00
8efb959b3c
Handle kernel serialization ( #232 )
...
* Handle kernel serialization
* Do not use typetag in WASM
* enable tests for serialization
* Update serde feature deps
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
Co-authored-by: Lorenzo <tunedconsulting@gmail.com >
2022-11-08 16:18:05 +00:00
9eaae9ef35
Fixes for release ( #237 )
...
* Fixes for release
* add new test
* Remove change applied in development branch
* Only add dependency for wasm32
* Update ci.yml
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
Co-authored-by: Lorenzo <tunedconsulting@gmail.com >
2022-11-08 16:07:14 +00:00
morenol and GitHub
425c3c1d0b
Use Box in SVM and remove lifetimes ( #228 )
...
* Do not change external API
Authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-11-04 22:08:30 +00:00
morenol and GitHub
35fe68e024
Fix CI ( #227 )
...
* Update ci.yml
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-11-03 13:48:16 -05:00
morenol and GitHub
4b096ad558
build: fix compilation without default features ( #218 )
...
* build: fix compilation with optional features
* Remove unused config from Cargo.toml
* Fix cache keys
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-11-02 10:09:03 +00:00
morenol and GitHub
12df301f32
fix: fix issue with iterator for svc search ( #182 )
2022-10-02 06:15:28 -05:00
f8210d0af9
refactor: Try to follow similar pattern to other APIs ( #180 )
...
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-10-01 16:44:08 -05:00
3c62686d6e
feat: expose hyper tuning module in model_selection ( #179 )
...
* feat: expose hyper tuning module in model_selection
* Move to a folder
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-10-01 12:47:56 -05:00
3a44161406
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 >
2022-09-21 20:35:22 +01:00
morenol and GitHub
69d8be35de
Provide better output in flaky tests ( #163 )
2022-09-20 17:12:09 +01:00
morenol and GitHub
c21e75276a
feat: allocate first and then proceed to create matrix from Vec of Ro… ( #159 )
...
* feat: allocate first and then proceed to create matrix from Vec of RowVectors
2022-09-20 11:29:54 +01:00
morenol and GitHub
6a2e10452f
Make rand_distr optional ( #161 )
2022-09-20 11:21:02 +01:00
2510ca4e9d
fix: fix compilation warnings when running only with default features ( #160 )
...
* fix: fix compilation warnings when running only with default features
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-09-19 10:44:01 -04:00
b482acdc8d
Fix clippy warnings ( #139 )
...
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2022-07-13 21:06:05 -04:00
morenol and GitHub
70df9a8b49
Merge pull request #133 from smartcorelib/release-0.2.1
...
Release 0.2.1
2022-05-10 08:57:53 -04:00
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