feat: refactors packages layout

This commit is contained in:
Volodymyr Orlov
2020-03-13 14:30:45 -07:00
parent 4f8318e933
commit 87b6fab795
12 changed files with 10 additions and 27 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
pub mod classification;
pub mod regression;
pub mod linear;
pub mod neighbors;
pub mod ensemble;
pub mod tree;
pub mod cluster;
pub mod decomposition;
pub mod linalg;