Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Created June 9, 2021 06:37
Show Gist options
  • Save ParthNipunDave/054d625cb15f7416ec6b75d87e4d9623 to your computer and use it in GitHub Desktop.
Save ParthNipunDave/054d625cb15f7416ec6b75d87e4d9623 to your computer and use it in GitHub Desktop.
print('Number of unique values --> ',data['SkinThickness'].nunique())
sns.displot(data['SkinThickness'])
sns.boxplot(data=data,y='SkinThickness')
sns.boxplot(data=data,x='Outcome',y='SkinThickness')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment