Skip to content

Commit

Permalink
Signed Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudra Raina authored and Rudra Raina committed Jul 2, 2024
1 parent 730bd4c commit a8d5ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialogy/plugins/text/qc_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def identify_conflicting_labels(training_data: pd.DataFrame) -> pd.DataFrame:

logger.debug(f"Finding data points with conflicting labels...")


training_data["frozen_set_hash"] = training_data["alternatives"].apply(
lambda x: hashlib.md5(
pickle.dumps(
Expand Down

0 comments on commit a8d5ba9

Please sign in to comment.