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
How can I fix the outcome of smogn.smoter?
I tried
np.random.seed=1
but it seems smoter with samp_method="extreme" results in different results. Is it possible to make it reproduceable or is it not reproduceable by nature?
Also I set smogn.smoter(..., seed=1,...). This only works when installed package directly from github. The PyPI release doesn't have this argument.
The text was updated successfully, but these errors were encountered:
How can I fix the outcome of
smogn.smoter
?I tried
but it seems
smoter
withsamp_method="extreme"
results in different results. Is it possible to make it reproduceable or is it not reproduceable by nature?Also I set
smogn.smoter(..., seed=1,...)
. This only works when installed package directly from github. The PyPI release doesn't have this argument.The text was updated successfully, but these errors were encountered: