From 64eea84883e9a523001fbd60dc14501b1fd9b9a9 Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Sat, 10 Sep 2022 19:05:59 -0400 Subject: [PATCH] Update chapter2.qmd --- chapter2.qmd | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/chapter2.qmd b/chapter2.qmd index 2f5fe85..49d6bcf 100644 --- a/chapter2.qmd +++ b/chapter2.qmd @@ -114,28 +114,20 @@ computed by aggregating the errors across the entire validation data set -| Author and Year | **Objective and Machine Learning Task** | **Best Model** | **Major Themes** | -|------------------|-----------------------------------------------------------------------------------------------------------------|----------------|------------------| -| - - Azarkhish (2012) | - - Predict iron deficiency anemia and serum iron levels from CBC indices | - - Neural Network | - - Prediction | -| - - Cao (2012) | - +| **Author and Year** | **Objective and Machine Learning Task** | **Best Model** | **Major Themes** | +|-------------|---------------------------------|-------------|-------------| +| Azarkhish (2012) | Predict iron deficiency anemia and serum iron levels from CBC indices | Neural Network | Prediction | + +Cao (2012) \| + Triage manual review for urinalysis samples | Tree-based | Automation | -| - - Yang (2013) | - + +| + +Yang (2013) \| + Predict normal reference ranges of ESR for various laboratories based on geographic and other clinical features | Neural Network |