Expand description
§tinguely
tinguely is a machine learning library implemented entirely in Rust. This library is still in early stages of development.
§Usage
The library usage is described well in the API documentation - including example code.
Add this to your Cargo.toml:
[dependencies.tinguely]
version = "0.2"
default-features = false
features = [openblas]Then import the modules and it is ready to be used:
use tinguely as tg;
§Features
- Regression
- Linear regression
- Clustering
- DBSCAN
- K-Means
- Classification
- Logistic regression
- Support vector machine
Re-exports§
pub use model::SupervisedLearn;pub use model::UnsupervisedLearn;
Modules§
- classification
- Classification
- clustering
- Clustering of unlabeled can be performed with the cluster module.
- model
- regression
- Regression