Learn practical skills, build real-world projects, and advance your career

Heart Disease Prediction using KNN, Logical Regresion and Decision Tree

Part A & B

import pandas as pd
df = pd.read_csv("https://github.com/mpourhoma/CS4661/raw/master/Heart_s.csv")
df.head()