datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
aviation-avionics-isolation-reset-containment-mapping-v0.1
Aviation Avionics Isolation Reset and Containment Mapping
Purpose
This dataset models how avionics systems should respond after divergence or fault detection.
Detection alone does not prevent failure.The response determines whether the system stabilizes or cascades.
This dataset trains systems to choose the correct containment and recovery strategy.
Core concept
Once redundant avionics systems diverge, the system must decide:
which unit to isolate
whether to… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/aviation-avionics-isolation-reset-containment-mapping-v0.1.outbreak-containment-data
Outbreak Containment Data
Simulated outbreak data for epidemiological modeling.
Usage
from datasets import load_dataset
dataset = load_dataset("epidata-research/outbreak-containment-data")
df = dataset["train"].to_pandas()
Or use the provided loader:
from loader import load_data
df = load_data()
Schema
Metrics
Column
Type
Description
immune_diversity
float
Normalized metric
transmission_coherence
float
Normalized metric… See the full description on the dataset page: https://huggingface.co/datasets/epidata-research/outbreak-containment-data.
