inovex / justcause

💊 Comparing causality methods in a fair and just way.
https://justcause.readthedocs.io/
MIT License
138 stars 15 forks source link

Allow setting random state for generators #2

Closed MaximilianFranz closed 4 years ago

MaximilianFranz commented 5 years ago

Todo: pass RandomState to all functions using randomness Use sklearn.utils.check_random_state for this.

FlorianWilhelm commented 4 years ago

This is done.