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
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.
The text was updated successfully, but these errors were encountered:
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 toReport
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.The text was updated successfully, but these errors were encountered: