Examples Gallery
Welcome to the RAPID Examples Gallery. Here you'll find Jupyter notebooks demonstrating real-world applications of the RAPID methodology.
Each example includes: - Data loading and preprocessing - Model initialization and fitting - Results interpretation - Diagnostic plots
Available Examples
| Example | Description | Download | View | Run Online |
|---|---|---|---|---|
| Logistic Regression | Binary outcome prediction (mortality, readmission) | .ipynb |
View | |
| GLM | Generalized Linear Models with different families | .ipynb |
View | |
| Survival Analysis | Time-to-event analysis with Cox PH | .ipynb |
View | |
| MICE Imputation | Multiple imputation for missing data | .ipynb |
View |
Quick Start with Examples
Option 1: Run Locally
# Clone the repository
git clone https://github.com/noispuc/isaric3.0-rapid.git
cd rapid-pipeline
# Install RAPID
pip install -e .
# Launch Jupyter
jupyter notebook docs/examples/
Option 2: Run on Google Colab
Click the Colab badge above to open any notebook directly in Google Colab. Then run:
Option 3: View Static Rendering
Click View to see the notebook rendered directly in your browser (no execution).
Questions?
- Email: data@isaric.org
- GitHub Issues: noispuc/isaric3.0-rapid