Datasets:

Modalities:
Tabular
Text
Formats:
csv
Size:
< 1K
Libraries:
Datasets
pandas
License:

You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Anomaly Detection Datasets

Collection of 20 preprocessed datasets for anomaly detection research.

Structure

Each dataset directory contains:

  • {dataset}.csv - cleaned datapoints ready for analysis
  • {dataset}.json - dataset description and metadata
  • preprocess.py - data preparation script (filtering NA, normalization, etc.)

Datasets

25 datasets with varying characteristics:

  • Size: 80 to 50,000 datapoints
  • Features: 6 to 42 columns
  • Anomaly ratio: 0.4% to 33.3%

See dataset_statistics.csv for complete overview.

Usage

import pandas as pd
data = pd.read_csv('final_data/{dataset_name}/{dataset_name}.csv')
Downloads last month
6