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.

How to fill in Gaps?

eldenosoeldenoso Member Posts: 65 Contributor II
edited November 2018 in Help

Hello everybody,

The following is a simplified version of my example set:

ID     Name               Costs        Time

1       Example1         1.40          00:30
2       Example2         1,50          01:00

How can I fill in quarterly times. In this case RM should fill in the Time 00:00, 00:15 and replace the missing values (that obviously Missing value operator) with the previous values. And he should fill in the times 01:15, 01:30, 01:45,...,23:45. How can I achieve this? My solution was not as elegant as I just put the values into an excel sheet and joined it with the example set (righter join), so that all examples of the continous times are taken and joined with the table above. BUT if the example set contains more than 1Mio examples this method doesn't work (due to excel limitations). Is there a way to do this just with rapidminer?

Best regards

*Sorry for any mistakes, I am not a native speaker :-)*

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    I think I did something like this once using the Series extension but I can't remember what operator did that. Check out the Series Extension, I think there are some operators about interval transformation.

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist

    Hey,

     

    i guess you first need to create the corresponding examples. Proapbly with an self-append, sort, and round or something. Then you can use Fill Data Gaps from Time Series.

     

    Best,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.