Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Created June 9, 2021 07:03
Show Gist options
  • Save ParthNipunDave/d3033032e95083bb38d99e01cdd8ed26 to your computer and use it in GitHub Desktop.
Save ParthNipunDave/d3033032e95083bb38d99e01cdd8ed26 to your computer and use it in GitHub Desktop.
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