Skip to content

Instantly share code, notes, and snippets.

@kxzk
Created August 9, 2019 21:39
Show Gist options
  • Save kxzk/368acb875d29a9b493f17d65e76c0b2a to your computer and use it in GitHub Desktop.
Save kxzk/368acb875d29a9b493f17d65e76c0b2a to your computer and use it in GitHub Desktop.
from scipy import stats
# Must be positive
stats.boxcox(df["sales"])[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment