Created
May 15, 2023 22:27
-
-
Save eustin/d7b028889634d1d33d51a031f892143e to your computer and use it in GitHub Desktop.
stat_sig_python_settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rng = np.random.default_rng(1337) # random number generator using the one true seed | |
sns.set_style('white') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment