Skip to content

Commit

Permalink
debugging in prd, nice ...
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Sep 1, 2024
1 parent fc7003e commit 982c5f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ async def train(secret: str):
# merge features with target
features_labeled = features.merge(player_data, left_index=True, right_index=True)

print(pd.DataFrame(features_labeled.iloc[:, -1].value_counts()))

# we need at least 100 users
to_little_data_labels = (
pd.DataFrame(features_labeled.iloc[:, -1].value_counts())
Expand Down

0 comments on commit 982c5f4

Please sign in to comment.