MindPulse Engagement Model
This model predicts child engagement score (0..1) from wearable physiological features:
heart_ratehrv_rmssdmotion_levelhr_baselinermssd_baseline
Training Target
engagement_score
Data Processing Logic
HR_norm = (heart_rate - hr_baseline) / hr_baselineRMSSD_norm = hrv_rmssd / rmssd_baselinearousal = normalize(HR_norm)valence = normalize(RMSSD_norm)engagement_score = arousal * valence(bounded to0..1)
Usage
Load mindpulse_rf.joblib and run prediction with all 5 input features.
Repository: https://huggingface.co/AtharvaXX/mindpulse
- Downloads last month
- 37