{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Machine Learning pipeline: Shu *et al*, 2020\n", "\n", "This notebook attempts to replicate the Machine Learning pipeline of the following paper:\n", "\n", "
| \n", " | SVM | \n", "Decision Tree | \n", "kNN | \n", "GNB | \n", "
|---|---|---|---|---|
| PCA_cohort_max_off_2_35_matched | \n", "0.617 +/- 0.244 | \n", "0.597 +/- 0.198 | \n", "0.529 +/- 0.184 | \n", "0.566 +/- 0.181 | \n", "
| PCA_cohort_max_off_off_65_75_unmatched | \n", "0.541 +/- 0.137 | \n", "0.6 +/- 0.142 | \n", "0.526 +/- 0.186 | \n", "0.527 +/- 0.098 | \n", "
| PCA_cohort_max_both_2_59_matched | \n", "0.586 +/- 0.189 | \n", "0.515 +/- 0.089 | \n", "0.502 +/- 0.152 | \n", "0.415 +/- 0.109 | \n", "
| PCA_cohort_max_both_102_92_unmatched | \n", "0.458 +/- 0.112 | \n", "0.553 +/- 0.091 | \n", "0.504 +/- 0.06 | \n", "0.553 +/- 0.134 | \n", "
| PCA_cohort_max_on_2_43_matched | \n", "0.506 +/- 0.173 | \n", "0.495 +/- 0.146 | \n", "0.545 +/- 0.14 | \n", "0.486 +/- 0.192 | \n", "
| PCA_cohort_max_on_on_66_81_unmatched | \n", "0.531 +/- 0.089 | \n", "0.519 +/- 0.07 | \n", "0.518 +/- 0.066 | \n", "0.48 +/- 0.134 | \n", "
| PCA_cohort_max_2_72_matched | \n", "0.405 +/- 0.099 | \n", "0.461 +/- 0.105 | \n", "0.467 +/- 0.105 | \n", "0.509 +/- 0.082 | \n", "