1. Balancing a highly skewed fraud dataset
Data ScientistBackground
A financial dataset contains 10,000 normal transactions but only 500 fraudulent ones, causing the initial model to predict 'normal' every time.
Problem
The minority class (fraud) needs to be amplified to match the majority class without writing custom Python scripts.
How to use
Upload the transaction CSV, set the Label Column to 'is_fraud', and select the 'oversample' strategy.
Label Column: is_fraud, Strategy: oversample, Export Format: csvOutcome
The tool duplicates the 500 fraud rows until they match the 10,000 normal rows, outputting a perfectly balanced 20,000-row CSV preview.