Created
June 9, 2021 06:57
-
-
Save ParthNipunDave/1dc4221f89c6d79421f441420c019b77 to your computer and use it in GitHub Desktop.
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
print('Number of unique values --> ',data['BMI'].nunique()) | |
sns.displot(data['BMI']) | |
sns.boxplot(data=data,y='BMI') | |
sns.boxplot(data=data,x='Outcome',y='BMI') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment