mbernico / snape

Snape is a convenient artificial dataset generator that wraps sklearn's make_classification and make_regression and then adds in 'realism' features such as complex formating, varying scales, categorical variables, and missing values.
Apache License 2.0
165 stars 21 forks source link

as a researcher, I want to be able to easily reproduce results #6

Closed mbernico closed 7 years ago

mbernico commented 7 years ago

add random seed to json configuration so a researcher can publish their json file for reproducible research.

mbernico commented 7 years ago

Like this

tgsmith61591 commented 7 years ago

This was fixed in 8dfe0d9. Once merged, make sure to close this out, @mbernico

mbernico commented 7 years ago

Resolved in PR #9 Thanks @tgsmith61591