Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Created July 7, 2022 09:38
Show Gist options
  • Select an option

  • Save andrea-dagostino/94a6f2c93b65374940da61693fa8a251 to your computer and use it in GitHub Desktop.

Select an option

Save andrea-dagostino/94a6f2c93b65374940da61693fa8a251 to your computer and use it in GitHub Desktop.
edaeng
sns.catplot(x="target", y="proline", data=df, kind="box", aspect=1.5)
plt.title("Boxplot for target vs proline")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment