Skip to content

Commit

Permalink
polish fraud detection example (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmueller authored Jan 2, 2025
1 parent fc41bdd commit 6195a27
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 396 deletions.
4 changes: 0 additions & 4 deletions 1021_fintech_documentation/Requirement.txt

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To quickly learn how to run cleanlab on your own data, first check out the [quic
| Example | Description |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [datalab](datalab_image_classification/README.md) | Use Datalab to detect various types of data issues in (a subset of) the Caltech-256 image classification dataset. |
| [fraud_detection](fraud_detection/fintech_creditcard_fraud.ipynb) | Apply Datalab to detect various issues in a fraud detection (tabular) dataset. |
| [llm_evals_w_crowdlab](llm_evals_w_crowdlab/llm_evals_w_crowdlab.ipynb) | Reliable LLM Evaluation with multiple human/AI reviewers of varying competency (via CROWDLAB and LLM-as-judge GPT token probabilities). |
| [fine_tune_LLM](fine_tune_LLM/LLM_with_noisy_labels_cleanlab.ipynb) | Fine-tuning OpenAI language models with noisily labeled text data |
| [entity_recognition](entity_recognition/) | Train Transformer model for Named Entity Recognition and produce out-of-sample `pred_probs` for **cleanlab.token_classification**. |
Expand Down
Loading

0 comments on commit 6195a27

Please sign in to comment.