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.

Pivoting/grouping multiple attributes after time-series feature extraction

el_Raphael_Rapha Member Posts: 1 Learner I
Hello,
I extracted features of multiple time series batches (IDx) with multiple signal columns (signalx) using the extract aggregates block on these multiple signals.
I receive data in the form of:
ID1 - "signal1" - feat1 - feat2 - ...
ID1 - "signal2" - feat1 - feat2 - ...
ID2 - "signal1" - feat1 - feat2 - ...
ID2 - "signal2" - feat1 - feat2 - ...
...

How can I perform a pivoting/grouping-like operation (with multiple attributes) that gives me somthing like this:
ID1 - signal1_feat1 - signal1_feat2 - signal2_feat1 - signal2_feat2 - ...
ID2 - signal1_feat1 - signal1_feat2 - signal2_feat1 - signal2_feat2 - ...
...

Thanks for your help!

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,527 RM Data Scientist
    Solution Accepted
    Hi,
    there is a setting in the operator called "add time series name". If you check it you get the format you ask for.

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