The Choose-Drug project leverages machine learning to recommend the most suitable medication for patients based on their characteristics. Using a Decision Tree Classifier, the model predicts the best drug by analyzing key patient features such as age, gender, and symptoms.
β
Smart Drug Recommendation β Predicts the best medication based on patient data.
β
Machine Learning Model β Utilizes a Decision Tree Classifier for accurate predictions.
β
Data-Driven Insights β Based on the drug200 dataset, containing real-world pharmaceutical data.
Choose-Drug/
βββ drug200.csv # Dataset used for training the model
βββ Choose_Drug.ipynb # Jupyter Notebook with implementation and analysis
βββ README.md # Project documentation
- Python β Core programming language.
- Libraries:
pandasβ Data manipulation and preprocessing.scikit-learnβ Machine learning model implementation.matplotlib&seabornβ Data visualization.
- Source: Kaggle - Drug200
- Contains patient attributes such as age, gender, and medical conditions, helping train the model for drug classification.
This project is open-source and licensed under the MIT License.