Lorenzo 44424807a0 Implement SVR and SVR kernels with Enum. Add tests for argsort_mut (#303)
* Add tests for argsort_mut
* Add formatting and cleaning up .github directory
* fix clippy error. suggestion to use .contains()
* define type explicitly for variable jstack
* Implement kernel as enumerator
* basic svr and svr_params implementation
* Complete enum implementation for Kernels. Implement search grid for SVR. Add documentation.
* Fix serde configuration in cargo clippy
*  Implement search parameters (#304)
* Implement SVR kernels as enumerator
* basic svr and svr_params implementation
* Implement search grid for SVR. Add documentation.
* Fix serde configuration in cargo clippy
* Fix wasm32 typetag
* fix typetag
* Bump to version 0.4.2
2025-06-02 11:01:46 +01:00
2022-11-08 15:22:34 +00:00
2024-03-04 08:51:27 -05:00
2022-11-08 15:22:34 +00:00
2025-02-04 14:26:53 +00:00
2022-11-08 15:22:34 +00:00

smartcore

User guide | API | Notebooks


Machine Learning in Rust


CI

To start getting familiar with the new smartcore v0.4 API, there is now available a Jupyter Notebook environment repository. Please see instructions there, contributions welcome see CONTRIBUTING.

Description
A comprehensive library for machine learning and numerical computing. Apply Machine Learning with Rust leveraging first principles.
Readme Apache-2.0 2.9 MiB
Languages
Rust 100%