Skip to content

Commit

Permalink
Update data/text_sampling/text_sampling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjappelbaum committed Aug 10, 2024
1 parent 84a30c8 commit 3438175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/text_sampling/text_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,6 @@ def apply_sampling(
# unwrap list of length 1
target_to_balance = target_to_balance[0]
df_vc = self.df_orig[target_to_balance].value_counts()
print(df_vc)
vc_min = df_vc.min()
vc_max = df_vc.max()
if vc_max > 1:
Expand Down

0 comments on commit 3438175

Please sign in to comment.