Skip to content

Commit

Permalink
Update Utils.py
Browse files Browse the repository at this point in the history
clean
  • Loading branch information
RobertoDF authored Aug 21, 2024
1 parent 0e2113a commit 1306bee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Utils/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def decoddddddd(joined_boolean, sel, selected_genes, n_splits):

df.set_index(sel, inplace=True)

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

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

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

return cm, shap_matrix, accuracy, report
return cm, shap_matrix, accuracy, report

0 comments on commit 1306bee

Please sign in to comment.