Skip to content

Commit a8d5ba9

Browse files
Rudra RainaRudra Raina
Rudra Raina
authored and
Rudra Raina
committed
Signed Commit
1 parent 730bd4c commit a8d5ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dialogy/plugins/text/qc_plugin/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def identify_conflicting_labels(training_data: pd.DataFrame) -> pd.DataFrame:
5353

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

56+
5657
training_data["frozen_set_hash"] = training_data["alternatives"].apply(
5758
lambda x: hashlib.md5(
5859
pickle.dumps(

0 commit comments

Comments
 (0)