Skip to content

KasrAskari/Choose-Drug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’Š Choose-Drug

Overview

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.

Features

βœ… 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.

πŸ“ Project Structure

Choose-Drug/
β”œβ”€β”€ drug200.csv            # Dataset used for training the model
β”œβ”€β”€ Choose_Drug.ipynb      # Jupyter Notebook with implementation and analysis
└── README.md              # Project documentation

πŸ”§ Technologies Used

  • Python – Core programming language.
  • Libraries:
    • pandas – Data manipulation and preprocessing.
    • scikit-learn – Machine learning model implementation.
    • matplotlib & seaborn – Data visualization.

πŸ“œ Dataset

  • Source: Kaggle - Drug200
  • Contains patient attributes such as age, gender, and medical conditions, helping train the model for drug classification.

πŸ“„ License

This project is open-source and licensed under the MIT License.

About

choosing the right medicine for the patient

Topics

Resources

License

Stars

Watchers

Forks

Contributors