feat: adds RandomForestRegressor

This commit is contained in:
Volodymyr Orlov
2020-03-23 16:56:42 -07:00
parent 18dc6bdb40
commit 17200fe633
3 changed files with 154 additions and 12 deletions
+2 -1
View File
@@ -1 +1,2 @@
pub mod random_forest;
pub mod random_forest_classifier;
pub mod random_forest_regressor;