← ClaudeAtlas

pyhealthlisted

Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare datasets (MIMIC-III/IV, eICU, OMOP), or implementing deep learning models for healthcare applications (RETAIN, SafeDrug, Transformer, GNN).
aiskillstore/marketplace · ★ 334 · AI & Automation · score 80
Install: claude install-skill aiskillstore/marketplace
# PyHealth: Healthcare AI Toolkit ## Overview PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings. ## When to Use This Skill Invoke this skill when: - **Working with healthcare datasets**: MIMIC-III, MIMIC-IV, eICU, OMOP, sleep EEG data, medical images - **Clinical prediction tasks**: Mortality prediction, hospital readmission, length of stay, drug recommendation - **Medical coding**: Translating between ICD-9/10, NDC, RxNorm, ATC coding systems - **Processing clinical data**: Sequential events, physiological signals, clinical text, medical images - **Implementing healthcare models**: RETAIN, SafeDrug, GAMENet, StageNet, Transformer for EHR - **Evaluating clinical models**: Fairness metrics, calibration, interpretability, uncertainty quantification ## Core Capabilities PyHealth operates through a modular 5-stage pipeline optimized for healthcare AI: 1. **Data Loading**: Access 10+ healthcare datasets with standardized interfaces 2. **Task Definition**: Apply 20+ predefined clinical prediction tasks or create custom tasks 3. **Model Selection**: Choose from 33+ models (baselines, deep learning, healthcare-specific) 4. **Training**: Train with automatic checkpointing, monitoring, and evaluation 5. **Deployme