binarytree
binarytree copied to clipboard
Set seed for controlling randomness
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!