Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Rapidminer to predict for smart parking
Hi all, I'm very very new to rapidminer (literally 2 days old user) and would like to explore more about rapidminer. I'm trying to do a predictive analytic for smart parking. I would like to have a simulating model for predicting the occupancy of parking garage and predict turnover for the parking garage. Is it possible done by rapidminer? I was using R language before this, however, it spent too much time on writing codes.
Much appreaciate!
Thanks!
Much appreaciate!
Thanks!
0
Answers
this is possible. THe question is if you have the data available.
~Martin
Dortmund, Germany
A quick question, what is the min. duration of data if I want to do predictive analysis? I understand that big data do need data for like the past 5, 10,20 years. However, is it possible to done predictive analytics by using minimum data such as 7 days, 2 weeks or 1 month?
Thanks a lot, once again!
there is no minimum duration. It's rather a minimum number of examples. It would be good to have a few thousands of examples for both classes representing all "states" of the problem.
~Martin
Dortmund, Germany
Sorry for bothering but how do i know what variables I should have in the data sets? What are the parameters needed to do its predictive analytics? haha
Thank you Thank you for all the replies
short answer: I have no idea.
long answer: The point of advanced analytics is that you do not know before hand what will work best. The only thing you can do is think like this:
In Predictive Analytics you always extract general rules out of your data. A general rule might be "if the avg turn over frequency is 1 hour and the garage is currently empty for 1 hour, it is likely to be taken again".
So the only thing you can do is think about this (in a group on a white board with a coffee) and think "What could the rules be?" and then try it out. Feature selection helps to remove features. Generating new one is usually data scientists/domain experts work
~Martin
Dortmund, Germany
Also, I'd say don't just limit your dataset to the garage itself, are there any environmental variables that you should take into account when collecting the data?
For example, if the parking garage is near a shopping centre is the centre busy at certain times of day & would they have any data available which you might be able to check correlation to your parking space occupancy?