This is a python notebook to predict the drug classification by analyzing age, sex, blood pressure,cholesterol and Na_to_K This notebook shows the process of :
- Analyzing the initial gathered data
- Identifying the key variables
- Removing duplicates, nulls, and outliers
- Encoding the categories to numerical values to be able to perform the actual classification
- Normalization
- Correlation
- Data modelling
- Conclusion/Findings