Skip to content

Commit 1447cd3

Browse files
committed
polish fraud detection example
1 parent fc41bdd commit 1447cd3

File tree

3 files changed

+239
-396
lines changed

3 files changed

+239
-396
lines changed

1021_fintech_documentation/Requirement.txt

-4
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ To quickly learn how to run cleanlab on your own data, first check out the [quic
99
| Example | Description |
1010
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1111
| [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. |
12+
| [fraud_detection](fraud_detection/fintech_creditcard_fraud.ipynb) | Apply Datalab to detect various issues in a fraud detection (tabular) dataset. |
1213
| [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). |
1314
| [fine_tune_LLM](fine_tune_LLM/LLM_with_noisy_labels_cleanlab.ipynb) | Fine-tuning OpenAI language models with noisily labeled text data |
1415
| [entity_recognition](entity_recognition/) | Train Transformer model for Named Entity Recognition and produce out-of-sample `pred_probs` for **cleanlab.token_classification**. |

0 commit comments

Comments
 (0)