Open hlfernandez opened 8 months ago
It would be nice to have a way to set the seed (or random state) for creating random trees. For instance, something like bst(4, random_state=42) would return always the same random tree.
bst(4, random_state=42)
Thanks!
It would be nice to have a way to set the seed (or random state) for creating random trees. For instance, something like
bst(4, random_state=42)
would return always the same random tree.Thanks!