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.

Recognizing Patterns in binominal data

felix_walterfelix_walter Member Posts: 1 Learner I
edited July 2019 in Help

Hello folks,

 

I have a data set containing of two coloumns. 

One is a time stamp the other is a binominal Yes/No column.

What I try to do is to find patterns in the Yes/No Data. For example something like 4 times Yes, 1 times no, etc.

The problem is that I cannot really define the pattern I am looking for.

The next level would be to apply a found pattern to another data set and see if the secound data set has similar patterns.

Does anyone has a clue which operators I could use for this?

Thanks in advance

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn

    There really isn't anything built into RapidMiner that I am aware of to do this.  You could take a look at some of the operators in the Series extension, but I don't think any of them are doing exactly what you are interested in.  Your best bet might be to find an R or Python script that does what you want and then incorporate it into your RapidMiner process that way.  

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.