Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR4: Write code to test your data after labeling (can use Cleanlab or Deepchecks) #14

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

danilyef
Copy link
Owner

PR4: Write code to test your data after labeling (can use Cleanlab or Deepchecks)

Copy link
Collaborator

@truskovskiyk truskovskiyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@@ -0,0 +1 @@
cleanlab
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add version

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

duplicates_df = pd.concat([df.loc[duplicate_issues_idx].reset_index(drop=True),
df.loc[duplicate_issues_idx_2].reset_index(drop=True)], axis=1)
duplicates_df.columns = ['Original_Email', 'Original_Category', 'Duplicate_Email', 'Duplicate_Category']
duplicates_df.to_csv('duplicate_issues.csv', index=False)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! could you add a report to README? what did cleanlab able to find?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

# PR4: Write code for transforming your dataset into a vector format, and utilize VectorDB for ingestion and querying.


# Cleanlab Discoveries
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

@danilyef danilyef merged commit fe2d5f2 into main Sep 11, 2024
2 checks passed
@danilyef danilyef deleted the check_labeling branch September 11, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants