CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes14downloads

mdsajjadullah/ml-failures-dataset · main · files are served by the source, never re-hosted here