October 2018
Intermediate to advanced
134 pages
2h 39m
English
Our next step is to import the Pima Indians diabetes dataset, which contains the details of about 750 patients:
url = "https://raw.githubusercontent.com/jbrownlee/Datasets/master/pima-indians-diabetes.data.csv"
names = ['n_pregnant', 'glucose_concentration', 'blood_pressure (mm Hg)', 'skin_thickness (mm)', 'serum_insulin (mu U/ml)', 'BMI', 'pedigree_function', ...
Read now
Unlock full access