project 1 updated

This commit is contained in:
2019-07-14 00:58:00 +01:00
parent 72979f6a6f
commit 2e47b158d0
11 changed files with 138941 additions and 2 deletions

View File

@@ -30,8 +30,8 @@ print(diabetes.head())
# Summary on diabetes df
print(diabetes.describe())
# sns.pairplot(diabetes, hue='Outcome', diag_kind='hist')
# plt.show()
sns.pairplot(diabetes, hue='Outcome', diag_kind='hist')
plt.show()
sns.heatmap(diabetes.corr(), annot=True, square=True,
annot_kws={"size": 12})
# plt.tight_layout()