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.
missing data in timeseries
Hi,
I have a dataset with daily data . but there are few missing days.. how to add those missing samples with previous day values in the final example set for a timeseries forecast model.
is there any direct process/approach available in Rapidminder for such cases?. I have seen few similar queries but its confusing to me, kindly advise.
regards
Anil
I have a dataset with daily data . but there are few missing days.. how to add those missing samples with previous day values in the final example set for a timeseries forecast model.
is there any direct process/approach available in Rapidminder for such cases?. I have seen few similar queries but its confusing to me, kindly advise.
regards
Anil
0
Best Answer
-
jacobcybulski Member, University Professor Posts: 391 UnicornGot it, I have misread the original post - you are not having missing values in the examples but missing indices in the series. What you need is to use operator "Equalize Numerical Indices", where you'd define your index attribute, use the "range(start,stop) and step size" method with the original start, stop and step values and use interpolation for numerical and date-time attributes. This will do the trick!5
Answers
attached a sample process for your understanding .. since i am very new to RM. I dont have much familiarity with different process available in RM for different purpose,
01-jan20
03-jan20
required result set
01-jan-20
02-jan20
03-jan-20
Thanks
Anil
Instead of "Equalize Numerical Indices ", I have used "Equalize Time Stamps" operator, that exactly produce the required result.