Skip to content

Commit

Permalink
Drop id from corr matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bazilinskyy committed Dec 29, 2024
1 parent a6c0ed5 commit a413667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trust/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
pretty_text=True,
save_file=True)
# columns to drop in correlation matrix and scatter matrix
columns_drop = ['description', 'video_length', 'min_dur', 'max_dur', 'kp', 'events', 'events_name',
columns_drop = ['id', 'description', 'video_length', 'min_dur', 'max_dur', 'kp', 'events', 'events_name',
'events_description', 'events_id', 'description', 'video_name']
# set nan to -1
df = mapping.fillna(-1)
Expand Down

0 comments on commit a413667

Please sign in to comment.