mdsajjadullah/ml-failures-dataset
ML Model Failures Dataset What Is This This dataset contains 900 annotated machine learning failure records across 9 failure types. Every record documents what went wrong, why it went wrong, and how to fix it. Load It In Python from datasets import load_dataset ds = load_dataset("YOUR_HF_USERNAME/ml-failures-dataset") df = ds['train'].to_pandas() print(df['failure_type'].value_counts()) print(df['severity'].value_counts()) The 9… See the full description on the dataset page: https://huggingface.co/datasets/mdsajjadullah/ml-failures-dataset.
Conversations for this repository live on Hugging Face.
CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.
Open discussions on Hugging Face