The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Rapidminer General Question for an Essay
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.
Tagged:
1
Best Answer
-
sgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Managerhi @ThomasRe welcome to the community! This is a nice idea but not exactly the simplest one to get started with. You're dealing with what we call "Time Series" data which is tricky for the beginner.
Have you already started learning RapidMiner Studio? If not, I would strongly recommend spending at least a little time on the RapidMiner Academy: academy.rapidminer.com
Scott2
Answers