Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created August 24, 2021 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgsg704/8590d8ec9fb3f973945bdb15d1cc8f48 to your computer and use it in GitHub Desktop.
Save sgsg704/8590d8ec9fb3f973945bdb15d1cc8f48 to your computer and use it in GitHub Desktop.
cyclic_month =
sns.scatterplot(x="month_sin",y="month_cos",data=data, color="#C2C4E2")
cyclic_month.set_title("Cyclic Encoding of Month")
cyclic_month.set_ylabel("Cosine Encoded Months")
cyclic_month.set_xlabel("Sine Encoded Months")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment