-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# PR4: Write code for transforming your dataset into a vector format, and utilize VectorDB for ingestion and querying. | ||
|
||
|
||
# Cleanlab Discoveries | ||
|
||
**Duplicate Issues** | ||
|
||
- Cleanlab identified 6 duplicate issues in our dataset. | ||
- All of them belong to category 4 or category 8. | ||
|
||
**Label Issues** | ||
|
||
- Cleanlab identified 4 label issues in our dataset. | ||
- they all have score below 0.20 (which is quite low) | ||
- Mislabeled emails belong to category 4 or category 2. | ||
- Detailed analysis of label issues can be found in `label_issues_scores.csv` and `label_issues.csv` | ||
|
||
**Outlier Issues** | ||
|
||
- Cleanlab identified 1 outlier issue in our dataset. | ||
- It belongs to category 1 and has a score lower than 0.20. | ||
- Detailed analysis of outlier issues can be found in `outlier_issues_scores.csv` and `outlier_issues.csv` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Original_Email,Original_Category,Duplicate_Email,Duplicate_Category | ||
"Sehr geehrte Damen und Herren, ich möchte um die Kopie meines Vertrags bitten.",8,"Sehr geehrte Damen und Herren, ich möchte eine Kopie meines Vertrags anfordern.",8 | ||
"Guten Tag, ich möchte meinen Vertrag schnellstmöglich kündigen.",4,"Guten Tag, ich möchte den Vertrag so schnell wie möglich kündigen.",4 | ||
"Guten Tag, ich möchte meine Bestellung stornieren.",4,"Guten Tag, ich möchte meine Bestellung stornieren.",4 | ||
"Sehr geehrte Damen und Herren, ich möchte eine Kopie meines Vertrags anfordern.",8,"Sehr geehrte Damen und Herren, ich möchte um die Kopie meines Vertrags bitten.",8 | ||
"Guten Tag, ich möchte meine Bestellung stornieren.",4,"Guten Tag, ich möchte meine Bestellung stornieren.",4 | ||
"Guten Tag, ich möchte den Vertrag so schnell wie möglich kündigen.",4,"Guten Tag, ich möchte meinen Vertrag schnellstmöglich kündigen.",4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Email,Category | ||
"Sehr geehrter Kundenservice, ich möchte mein Internet-Abo zum Monatsende kündigen.",4 | ||
"Ich habe den Service von Ihnen bereits gekündigt, aber ich erhalte weiterhin Rechnungen.",4 | ||
"Guten Tag, können Sie mir bitte die Zahlungseingangsbestätigung zusenden?",2 | ||
"Guten Tag, ich habe ein Problem mit der letzten Abbuchung.",2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
is_label_issue,label_score,given_label,predicted_label | ||
True,0.20127963476428865,4,6 | ||
True,0.1453738242128867,4,2 | ||
True,0.14309154875404048,2,5 | ||
True,0.09542877980390857,2,6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Email,Category | ||
Ich habe Fragen zu Ihrer Geschäftslösung und wie wir sie in unserem Unternehmen einsetzen können.,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
is_outlier_issue,outlier_score | ||
True,0.18030228 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cleanlab | ||
cleanlab==2.6.6 |