Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Anomaly Detection Training
Training dataset for anomaly detection models. Contains transaction patterns and anomaly labels.
Dataset Details
- Records: 20,000
- Features: 14
- Organization: GCC Insurance ML Models Hub
Features
| Column | Type | Description |
|---|---|---|
| transaction_id | object | Feature for ML training |
| timestamp | object | Feature for ML training |
| amount | float64 | Feature for ML training |
| transaction_type | object | Feature for ML training |
| channel | object | Feature for ML training |
| user_id | object | Feature for ML training |
| session_duration_sec | int64 | Feature for ML training |
| pages_visited | int32 | Feature for ML training |
| failed_attempts | int32 | Feature for ML training |
| ip_country | object | Feature for ML training |
| ... | ... | +4 more features |
Usage
from datasets import load_dataset
dataset = load_dataset("gcc-insurance-ml-models/anomaly-detection-training")
License
Apache 2.0
- Downloads last month
- 12