Check out my Medium article: Classifying Drugs for Patients with Data Science.
Information has been collected about a set of patients, all of whom suffered from the same illness. During their course of treatment, each patient responded to one of five medications, Drug a, Drug b, Drug c, Drug x and y.
The goal is to build a model to find out which drug might be appropriate for a future patient with the same illness. The feature sets of this dataset are Age, Sex, Blood Pressure, and Cholesterol of patients, and the target is the drug that each patient responded to.
This analysis will help predict the best drug to use for a particular patient, based on medical data from 200 patients, by classifying the patient to the drug profile.
Comparing results from the Random Forest and Decision Tree Classifiers, The Decision Tree performed the best at 83.12%
This project is based off a Kaggle dataset by Prathan Tripathi
The best way to deploy this project is through the Binder link above. The link will open directly into the notebook.
After the notebook loads, run the notebook by clicking the "Restart and run all" button.
This project features a dashboard with no code that can be viewed with Voila. To see the Voila dashboard with no code click the "Voila" button with the curvy yellow line.








