wearable_stress_classification icon indicating copy to clipboard operation
wearable_stress_classification copied to clipboard

Stress classifier with AutoML

Results 3 wearable_stress_classification issues
Sort by recently updated
recently updated
newest added

Once I apply that on the dataframe_hrv, it is making that as an NoneType object. Does anyone know how to fix that issue?

Hi, I have been running the tutorial. and I have approximately the same average score after tpot than you (more around 0.79 but close). I was wondering how you got...

When I ran This section: selected_x_columns = ['HR','interval in seconds','AVNN', 'RMSSD', 'pNN50', 'TP', 'ULF', 'VLF', 'LF', 'HF','LF_HF'] X = dataframe_hrv[selected_x_columns] y = dataframe_hrv['stress'] I get this error: X = dataframe_hrv[selected_x_columns]...