Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 5d1a479

Browse files
committed
Include dl_qc_score when loading the hbn data.
1 parent 9fe1a15 commit 5d1a479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

afqinsight/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def from_study(study, verbose=None):
663663
"weston-havens": dict(dwi_metrics=["md", "fa"], target_cols=["Age"]),
664664
"hbn": dict(
665665
dwi_metrics=["dki_md", "dki_fa"],
666-
target_cols=["age", "sex", "scan_site_id"],
666+
target_cols=["age", "sex", "scan_site_id", "dl_qc_score"],
667667
label_encode_cols=["sex", "scan_site_id"],
668668
index_col="subject_id",
669669
),

0 commit comments

Comments
 (0)