smogn
smogn copied to clipboard
Reproduceability of smoter
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.
@nickkunz any fix for this random seed issue?