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.

Сross table

gritsaygritsay Member, University Professor Posts: 12 University Professor
edited November 2018 in Help
what i can cross table data in RapidMiner 5. For Example:

Original Table:

date            |  volume 
01.01.2010  |  1
01.01.2010  |  1
01.01.2010  |  1
02.01.2010  |  2
02.01.2010  |  2

Postprocessing table:

date            |  volume 
01.01.2010  |  3
02.01.2010  |  4


which operator to use?

Answers

  • IngoRMIngoRM Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,

    there is a process on myExperiment showing how you can do that. Just install the Community Extension (in the Help menu --> "Update RapidMiner...") and activate the myExperiment Browser. Search for the process:

    "Cross tabulation via aggregation and pivoting"

    and download it. It will show you how you can calculate a cross table (contingency table) with RapidMiner.

    More information about the Community Extension can be found in our latest blog entry at

    http://rapid-i.com/component/option,com_myblog/show,50-Processes-on-myExperiment.html/Itemid,172/

    Cheers,
    Ingo
  • gritsaygritsay Member, University Professor Posts: 12 University Professor
    Thanks!
Sign In or Register to comment.