Created
July 7, 2022 09:38
-
-
Save andrea-dagostino/94a6f2c93b65374940da61693fa8a251 to your computer and use it in GitHub Desktop.
edaeng
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
| 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