Machine Learning Model Evaluation and Deployment

profilejack lee
AIinHealthcafdePHASE_4dataset.html

Phase 4: Model Evaluation

Welcome to Phase 4 of the capstone project. This section will be focused on the evaluation of the trained models. The questions will relate to the various challenges faced by the teams working on the two projects introduced in the first section.

You have made recommendations (based on your answers in the prior phase) to both of the research teams. They have taken your suggestions into account, and have since refined their results. Both teams have e-mailed you summaries of recent progress, which are shown below.

Project 1: CXR-based COVID-19 Detector

Hi,

Thank you for your excellent suggestions. We addressed the overfitting problem through your excellent recommendations. We applied dropout with probability 0.5 and added a small amount of random rotations to our data augmentation pipeline. We now have a couple of models, and we are interested in your opinion regarding the selection of the model with which we should proceed.

We trained models with early stopping twice– once using validation AUROC as the stopping criterion and once using validation loss as the stopping criterion, and we plotted the ROC curve of both models.
The first model, model A, is the model chosen because it had the highest validation AUROC. The second model, model B, is the model chosen because it had the lowest validation loss. Let us know which model you think that we should use.

We understand that this is meant to be a COVID detector for the purposes of worklist prioritization. Could you help us pick a model given this use case? Let us know what you think, thank you.

Project 2: EHR-based Intubation Predictor

Hello!

We are happy to report that our new method of training on non-COVID samples has given us strong results on the COVID dataset. Our results are very promising and we are excited to bring this project to its conclusion. In order to do that, we need to determine an operating point.

Given that this model will be used for automated triage, how should we reason about choosing a threshold? Below is the precision-recall curve for this model.
Let us know your thoughts, thank you.

In the following quiz, you will answer questions that examine the model use cases of both Team 1 and Team 2.

In [ ]: