Hi Rapidminer-Community,
I am new to Rapidminer and Data Science and i have an assignment to write an Essay about something with Data Mining / Data Science.
My idea is to check my pulse over a period of time and note what i have done at the moment of Measurement (2 different types of sport and rest). The main idea is to create an algorithm which predicts the Activity by looking at the puls and the timespan. For example if the pulse is high for about half an hour then its a light activity (Calesthenics) and if the pulse is high for longer period of time 1 - 2 hours then its a different kind of sport like bouldern. I just want to have a distinction by these 3 activitys (rest, calisthenics and bouldern).
My main problem is that when i measure the pulse i just get the current timestamp and i haven't found a way to determin the full duration of the activity.
Here is an example of my dataset:
Time Pulse Activity
17:06:00 CET
|
84.0 |
Rest |
17:20:00 CET
|
120.0 |
Calisthenics |
17:35:00 CET
|
111.0 |
Calisthenics |
17:50:00 CET
|
121.0 |
Calisthenics |
18:01:00 CET
|
63.0 |
Rest |
Is there a way to determin the duration of the Calisthenics with the timestamps?
Any help is appreciated.