Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created February 27, 2022 18:51
Show Gist options
  • Save AI-MOO/4437f5f0868729874a53e66a6c440e11 to your computer and use it in GitHub Desktop.
Save AI-MOO/4437f5f0868729874a53e66a6c440e11 to your computer and use it in GitHub Desktop.
# استعراض حالة الأشخاص في مجموعة البيانات
print(df.target.value_counts())
df.target.value_counts().plot(kind="bar", color=["salmon", "lightblue"], title = 'Heart Disease Counts')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment