Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created September 9, 2021 14:36
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/7dff0b5f11829002f7d69fad7747ea72 to your computer and use it in GitHub Desktop.
Save sgsg704/7dff0b5f11829002f7d69fad7747ea72 to your computer and use it in GitHub Desktop.
#looking at the scaled features
colours =["#774571","#b398af","#f1f1f1" ,"#afcdc7", "#6daa9f"]
plt.figure(figsize=(20,10))
sns.boxenplot(data = X_df,palette = colours)
plt.xticks(rotation=90)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment