You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[kernel](algorithms/linfa-kernel/)| Kernel methods for data transformation | Tested | Pre-processing | Maps feature vector into higher-dimensional space|
35
41
|[linear](algorithms/linfa-linear/)| Linear regression | Tested | Partial fit | Contains Ordinary Least Squares (OLS), Generalized Linear Models (GLM) |
36
-
|[elasticnet](algorithms/linfa-elasticnet/)| Elastic Net | Tested | Supervised learning | Linear regression with elastic net constraints |
|[preprocessing](algorithms/linfa-preprocessing/)|Normalization & Vectorization| Tested / Benchmarked | Pre-processing | Contains data normalization/whitening and count vectorization/tf-idf |
47
-
|[nn](algorithms/linfa-nn/)| Nearest Neighbours & Distances | Tested / Benchmarked | Pre-processing | Spatial index structures and distance functions |
48
-
|[ftrl](algorithms/linfa-ftrl/)| Follow The Regularized Leader - proximal | Tested / Benchmarked | Partial fit | Contains L1 and L2 regularization. Possible incremental update |
50
+
vectorization/tf-idf |
51
+
update |
49
52
50
53
We believe that only a significant community effort can nurture, build, and sustain a machine learning ecosystem in Rust - there is no other way forward.
0 commit comments