Created
June 9, 2021 07:03
-
-
Save ParthNipunDave/d3033032e95083bb38d99e01cdd8ed26 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 of values --> ',data['DiabetesPedigreeFunction'].nunique()) | |
sns.displot(data['DiabetesPedigreeFunction']) | |
sns.boxplot(data=data,y='DiabetesPedigreeFunction') | |
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