jesseab commited on
Commit
1dc69a8
·
1 Parent(s): c6f4b61

Added new model

Browse files
Files changed (1) hide show
  1. docs.md +1 -1
docs.md CHANGED
@@ -33,7 +33,7 @@ Example models include:
33
 
34
  ### Downstream models
35
 
36
- Downstream models are fit using feature vectors (embeddings or IDPs) for all scans from the training set. For age, linear regression is used. This model is then applied to validation and testing sets to measure out-of-sample performance. For sex (genetic F/M) and clinical diagnosis (clinical Alzheimer's disease (AD)/cognitively normal(CN)), linear discriminant analysis classification is used. These models are then applied to validation and testing sets to measure out-of-sample performance.
37
 
38
  ### Rank computation
39
 
 
33
 
34
  ### Downstream models
35
 
36
+ Downstream models are fit using feature vectors (embeddings or IDPs) for all scans from the training set. For age, linear regression is used. This model is then applied to validation and testing sets to measure out-of-sample performance. For sex (genetic F/M) and clinical diagnosis (clinical Alzheimer's disease (AD)/cognitively normal(CN)), linear discriminant analysis classification is used. These models are then applied to validation and testing sets to measure out-of-sample performance. Age and sex models are only fit and evaluated on scans from subjects with a clinical diagnosis of cognitively normal.
37
 
38
  ### Rank computation
39