adriennekline / psmpy

propensity score matching in python
Other
50 stars 2 forks source link

seed does not guarantee reproducibility #18

Open kalvinchang opened 8 months ago

kalvinchang commented 8 months ago

I see from the code that the seed is set and is passed into the random_state arguments of the pandas DataFrame sample function.

However, this still does not yield a deterministic matching.

kalvinchang commented 8 months ago

wait nvm there was a pandas sample call in my own code. Sorry about that.