Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//! Linear machine learning models
|
||||
|
||||
pub mod elastic_net;
|
||||
pub mod logistic;
|
||||
pub mod ridge;
|
||||
|
||||
pub use elastic_net::ElasticNet;
|
||||
pub use logistic::LogisticRegression;
|
||||
pub use ridge::Ridge;
|
||||
Reference in New Issue
Block a user