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
I would like to gauge interest in adding a seed keyword for the random distributions in random.py. While results are reproducible by setting a seed manually prior to call a distribution function, it would be beneficial to do so in a more automated fashion. With the initial inclusion of pointpats random distribution in geopandas (geopandas/geopandas#2860), the may be of particular use. Within the sample_points() method over there, a seed keyword can be passed in, but is not used when generating points with pointpats.
I am also not sure what should be the keyword called. numpy is using rng, seaborn seed, sklearn random_state and they all mean roughly the same thing...
I would like to gauge interest in adding a
seed
keyword for the random distributions inrandom.py
. While results are reproducible by setting a seed manually prior to call a distribution function, it would be beneficial to do so in a more automated fashion. With the initial inclusion ofpointpats
random distribution ingeopandas
(geopandas/geopandas#2860), the may be of particular use. Within thesample_points()
method over there, aseed
keyword can be passed in, but is not used when generating points withpointpats
.cc @martinfleis @ljwolf @knaaptime
The text was updated successfully, but these errors were encountered: