feat: + ridge regression

This commit is contained in:
Volodymyr Orlov
2020-11-06 10:48:00 -08:00
parent b8fea67fd2
commit ab7f46603c
7 changed files with 526 additions and 0 deletions
+1
View File
@@ -22,3 +22,4 @@
pub mod linear_regression;
pub mod logistic_regression;
pub mod ridge_regression;