- Google slides
- colab notebook in python. Here is an overview on how to use colab features.
- Intro to EHR/EMR data
- What is in EHR/EMR data?
- What is it useful for?
- What does it not have - Limitations?
- Common issues and tips for using it
- Examples - Supporting Clinical Decision-making using AI/ML
- Early event prediction - code blue
- Early screenings for diagnosis - diabetes
- Disease progression - kidney disease
- Patient retention in care
- Building AI Systems to Support Clinical Decision-Making
- Scoping (Scoping Guide
- Data
- Analytical Formulation
- Baselines
- Model Development
- Model Selection
- Bias and Fairness
- Explainability/Interpretability
- User Interfaces
- Validation and Testing
- Deployment
- Monitoring
- Exploring EHR data
- Answering descriptive questions using EHR data
- Python with packages including pandas, sklearn, matplotlib, seaborn
- SQL
- Google colab for python and sql coding and visualization
- colab notebook in python
We'll be using a sample of 10000 patients from MIMIC III
- Code repository to load and explore the data
- github repo for more sample code
- colab notebook exploring the mimic data that you can use code from