You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: