Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 714 Bytes

File metadata and controls

17 lines (11 loc) · 714 Bytes

Clinical Trial Machine Learning Model Demo example

This project is a demonstration of machine learning model development for analyzing clinical trial data in the Swiss pharmaceutical market. The dataset used is synthetic, but reflects real-world attributes found in clinical trials.

Folder Structure

  • data/: Contains the dataset used for model development.
  • code/: Python scripts for training the machine learning models.
  • notebooks/: Jupyter notebooks that demonstrate data exploration, model development, and evaluation.

Steps to Run

  1. Clone the Repository:
    git clone https://github.com/yourusername/ml_model_development_swiss.git
    cd ml_model_development_swiss