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.

W-GeneralizedSequentialPatterns example

szymekszymek Member Posts: 3 Contributor I
edited November 2018 in Help
Hi all,

Has anybody managed to use W-GeneralizedSequentialPatterns? I tried to use it with data that worked in WEKA, e.g.

@relation sequential_test_set
@attribute day {1, 2, 3}
@attribute power_consumption {power=base, power=peak}
@attribute wind_speed {wind=calm, wind=breeze}
@data
1,power=base,wind=calm
1,power=peak,wind=breeze
2,power=base,wind=calm
2,power=peak,wind=breeze
3,power=base,wind=calm
3,power=peak,wind=breeze

and Rapid Miner generates an error saying that W-GeneralizedSequentialPatterns Cannot handle missing values. It is strange because there are no missing values in this file.

If this component does not work in RM maybe there is some other possibility to process sequential patterns in RMr?

regards,
Szymon

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    one of the next updates of RapidMiner will contain a new GSP operator as part of the core.

    Greetings,
      Sebastian
  • B_MinerB_Miner Member Posts: 72 Contributor II
    So is the current defective?

    Thanks
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    I must admit, that I don't know how this operator works. It's take from weka and their parameter settings are a little bit of magic, because they don't tell what they mean if you cannot guess it from one character.
    The update with an own GSP operator is currently deployed and should be available in a few hours.

    Greetings,
      Sebastian
Sign In or Register to comment.