HealthMonitor
收藏资源简介:
‘HealthMonitor’数据集包含从医院监控系统实时收集的带有时间戳的病人生命体征数据。该数据集旨在供机器学习实践者用于构建和训练模型,以实时检测病人生命体征中的异常,目的是识别需要立即医疗关注的关键健康事件。每个条目包含心率、血压、呼吸频率和血氧饱和度等测量值,并带有标签指示读数是否在正常范围内(标记为‘Normal’)或表示异常(标记为‘Anomaly’)。
The 'HealthMonitor' dataset contains timestamped patient vital sign data collected in real-time from hospital monitoring systems. This dataset is intended for machine learning practitioners to build and train models for real-time detection of abnormalities in patient vital signs, with the goal of identifying critical health events requiring immediate medical attention. Each entry includes measurements such as heart rate, blood pressure, respiratory rate, and blood oxygen saturation, along with a label indicating whether the readings fall within the normal range (marked 'Normal') or represent an abnormality (marked 'Anomaly').
HealthMonitor 数据集概述
数据集描述
HealthMonitor 数据集包含从可穿戴设备收集的实时健康数据,旨在识别潜在的健康异常。每个条目代表来自不同参与者的生命体征的时间戳观测值。标签根据后续观测中是否检测到异常进行分配。
CSV 内容预览
Timestamp,ParticipantID,HeartRate,BloodPressureSystolic,BloodPressureDiastolic,ActivityLevel,Label 2023-01-01 00:00:00,001,78,120,80,Sedentary,Normal 2023-01-01 00:05:00,001,102,135,85,Light,Anomaly 2023-01-01 00:10:00,002,85,125,78,Moderate,Normal 2023-01-01 00:15:00,002,95,130,82,Moderate,Normal 2023-01-01 00:20:00,003,100,145,95,Vigorous,Anomaly
数据来源
该数据集使用 Infinite Dataset Hub 和 microsoft/Phi-3-mini-4k-instruct 模型生成。
- 数据集生成页面: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=&dataset=HealthMonitor&tags=science,+real-time,+anomaly+detection
- 模型: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
- 更多数据集: https://huggingface.co/datasets?other=infinite-dataset-hub




