diff --git a/model.ipynb b/model.ipynb index b6aeb96..8a1a09b 100644 --- a/model.ipynb +++ b/model.ipynb @@ -72,7 +72,8 @@ "outputs": [], "source": [ "#correlation\n", - "\n", + "\n"; + "sns.heatmap(df.corr())\n", "# we can see skin thickness,insulin,pregnencies and age are full independent to each other\n", "#age and pregencies has negative correlation"