README
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h2 align="center" class="big-text">Drug Classification</h2>
<h5 align="center" class="big-text">The feature sets are:
Age
Sex
Blood Pressure Levels (BP)
Cholesterol Levels
Na to Potassium Ration
Inspiration
The main problem here in not just the feature sets and target sets but also the approach that is taken in solving these types of problems as a beginner. So best of luck.</h2>
<img style="border-radius: 5px; margin: 0 0 5px 35px;" alt="GIF" width="100%" src="confusion_matrix_rf.png" />
<img style="border-radius: 5px; margin: 0 0 5px 35px;" alt="GIF" width="100%" src="cross_tab_drug_sex.png" />
<img style="border-radius: 5px; margin: 0 0 5px 35px;" alt="GIF" width="100%" src="cross_tab_sex_drug.png" />
<img style="border-radius: 5px; margin: 0 0 5px 35px;" alt="GIF" width="100%" src="cross_val_scores_rf.png" />
<img style="border-radius: 5px; margin: 0 0 5px 35px;" alt="GIF" width="100%" src="feature_importances_rf.png" />
</body>
</html>