Skip to content

Commit 1306bee

Browse files
authored
Update Utils.py
clean
1 parent 0e2113a commit 1306bee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Utils/Utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def decoddddddd(joined_boolean, sel, selected_genes, n_splits):
125125

126126
df.set_index(sel, inplace=True)
127127

128-
# Assuming 'df' is your DataFrame
129128
X = df # Features (Htr expression levels)
130129
y = df.index # Target (neurotransmitter type)
131130

@@ -167,4 +166,4 @@ def decoddddddd(joined_boolean, sel, selected_genes, n_splits):
167166

168167
shap_matrix = pd.concat(out, axis=1).T
169168

170-
return cm, shap_matrix, accuracy, report
169+
return cm, shap_matrix, accuracy, report

0 commit comments

Comments
 (0)