You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PARAM_query: "SELECT lefthippocampus, minimentalstate, opticchiasm, subjectageyears FROM cde_features_a LIMIT 100"
140
148
PARAM_meta: "{\"lefthippocampus\":{\"code\":\"lefthippocampus\",\"type\":\"real\",\"mean\":3.0,\"std\":0.35},\"minimentalstate\":{\"code\":\"minimentalstate\",\"type\":\"real\",\"mean\":24.0,\"std\":5.0},\"opticchiasm\":{\"code\":\"opticchiasm\",\"type\":\"real\",\"mean\":0.08,\"std\":0.009},\"subjectage\":{\"code\":\"subjectage\",\"type\":\"real\",\"mean\":71.0,\"std\":8.0},\"subjectageyears\":{\"description\":\"Subject age in years.\",\"methodology\":\"mip-cde\",\"label\":\"Age Years\",\"minValue\":0,\"code\":\"subjectageyears\",\"units\":\"years\",\"length\":3,\"maxValue\":130.0,\"type\":\"integer\"}}"
141
149
MODEL_PARAM_design: "factorial"
142
150
MODEL_PARAM_graph: "pca"
151
+
152
+
distributed-pca-single:
153
+
extends: distributed-pca-base
154
+
container_name: "distributed-pca-single"
155
+
environment:
156
+
JOB_ID: '1'
157
+
PARAM_query: "SELECT lefthippocampus, minimentalstate, opticchiasm, subjectageyears FROM cde_features_a LIMIT 100"
158
+
links:
159
+
- "db:db"
160
+
161
+
distributed-pca-a:
162
+
extends: distributed-pca-base
163
+
container_name: "distributed-pca-a"
164
+
environment:
165
+
JOB_ID: '1'
166
+
PARAM_query: "SELECT lefthippocampus, minimentalstate, opticchiasm, subjectageyears FROM cde_features_a LIMIT 100"
167
+
links:
168
+
- "db:db"
169
+
170
+
distributed-pca-b:
171
+
extends: distributed-pca-base
172
+
container_name: "distributed-pca-b"
173
+
environment:
174
+
JOB_ID: '2'
175
+
PARAM_query: "SELECT lefthippocampus, minimentalstate, opticchiasm, subjectageyears FROM cde_features_b LIMIT 100"
176
+
links:
177
+
- "db:db"
178
+
179
+
distributed-pca-agg:
180
+
extends: distributed-pca-base
181
+
container_name: "distributed-pca-agg"
182
+
environment:
183
+
JOB_ID: '3'
184
+
PARAM_query: "SELECT lefthippocampus, minimentalstate, opticchiasm, subjectageyears FROM cde_features_b LIMIT 100"
0 commit comments