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
There have been a few questions, such as #515 and #299 about how to set a random state for the models.
External workarounds exist, like the one shared in those questions, but we may want to add random_state arguments that take care of doing this internally.
The arguments should be added in all the places where it makes sense doing so, such as the __init__, fit and sample methods of the models, or any other steps that involve any kind of randomness, such as the Constraints or the RDT transformers.
The text was updated successfully, but these errors were encountered:
There have been a few questions, such as #515 and #299 about how to set a random state for the models.
External workarounds exist, like the one shared in those questions, but we may want to add
random_state
arguments that take care of doing this internally.The arguments should be added in all the places where it makes sense doing so, such as the
__init__
,fit
andsample
methods of the models, or any other steps that involve any kind of randomness, such as the Constraints or the RDT transformers.The text was updated successfully, but these errors were encountered: