AI for Medical Prognosis

Intermediate Level
3 weeks at 10 hours a week
Flexible Schedule

Pranav Rajpurkar , Bora Uyumazturk , Eddy Shyu

What You’ll Learn

Walk through examples of prognostic tasks

Apply tree-based models to estimate patient survival rates

Navigate practical challenges in medicine like missing data

Skills You’ll Gain

Risk Modeling Feature Engineering Data analysis Regression Analysis Decision Tree Learning Statistical Methods Applied Machine Learning Random Forest Algorithm Deep Learning Predictive Modeling Machine Learning Forecasting Probability & Statistics Statistical Analysis

Shareable Certificate

Earn a shareable certificate to add to your LinkedIn profile.

Develop Your Specialized Knowledge

Learn new concepts from industry experts

Gain a foundational understanding of a subject or tool

Develop job-relevant skills with hands-on projects

Earn a shareable career certificate

There are 4 modules in this course

Build a linear prognostic model using logistic regression, then evaluate the model by calculating the concordance index. Finally, improve the model by adding feature interactions.

Tune decision tree and random forest models to predict the risk of a disease. Evaluate the model performance using the c-index. Identify missing data and how it may alter the data distribution, then use imputation to fill in missing data, in order to improve model performance.

This week, you will work with data where the time that a disease occurs is a variable. Instead of predicting just the 10-year risk of a disease, you will build more flexible models that can predict the 5 year, 7 year, or 10 year risk.

This week, you will fit a linear model, and a tree-based risk model on survival data, to customize a risk score for each patient, based on their health profile. The risk score represents the patient’s relative risk of getting a particular disease. You will then evaluate each model’s performance by implementing and using a concordance index that incorporates time to event and censored data.