Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add random seed argument #76

Open
lukany opened this issue Aug 10, 2023 · 0 comments
Open

Add random seed argument #76

lukany opened this issue Aug 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lukany
Copy link
Contributor

lukany commented Aug 10, 2023

Some generated code uses randomization. E.g. pd.DataFrame.sample(). This causes every execution of the generated notebook to display different output.

A random_seed argument can be added to Report and to individual sections which will be used in the parts of code that use randomization. This will make the output of the notebook always the same even when executed multiple times on the same dataset.

@lukany lukany added the enhancement New feature or request label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant