Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chirath committed Dec 3, 2024
1 parent 534c25b commit 26e079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualiser/notebooks/explain_DT.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_corr(cohort, sub):

return df_combined

def decompose_data(df, columns_retain, data_decompose):
def decompose_data(df, columns_retain, columns_decompose):
df_decompose = pd.DataFrame(columns=['type', 'value'] + columns_retain)

for index, row in df.iterrows():
Expand Down

0 comments on commit 26e079b

Please sign in to comment.