Skip to content

Commit 93a9f50

Browse files
committed
[*] bike_rent: cart -> tree
1 parent 1c69ce8 commit 93a9f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bike_rent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extern crate ml_algo;
22

33
use ml_algo::matrix::DMatrix;
44
use ml_algo::rforest::{RegRandomForest, RandomForestOptions};
5-
use ml_algo::cart::{CartOptions, SplitCriteria};
5+
use ml_algo::tree::{CartOptions, SplitCriteria};
66
use ml_algo::utils::{rmse_error, mae_error};
77

88
#[test]

0 commit comments

Comments
 (0)