Allow setting seed for RandomForestClassifier and Regressor (#120)
* Seed for the classifier. * Seed for the regressor. * Forgot one. * typo.
This commit is contained in:
@@ -1008,6 +1008,7 @@ mod tests {
|
||||
n_trees: 1000,
|
||||
m: Option::None,
|
||||
keep_samples: false,
|
||||
seed: 0,
|
||||
},
|
||||
)
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user