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.

Naming output ports or datasets

cmosesjrcmosesjr Member Posts: 6 Learner III
edited December 2018 in Help

OK, apologies for being a complete bumpkin newbie....but

How can I change the name of the output ports, or more specifically the resultant datasets.

Example: I have a dataset in the repo, it has a MAC addresses and some various figures of merit. In some cases there are duplicate MAC adresses (a device got run on the test system twice), so I want to cull out the duplicates, BUT, I also want the duplicates as a separate data set. The duplicate block does this very well, and has a duplicate output port, which I route to one of the process outputs. But I want to give those sets a human understandable name....not the name RM assigns.

How does one do that?

Thanks in advance

cmosesjr.

Best Answer

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

    If you use the Store operator to keep a copy in the repository you can call it whatever you want.  And you can also use Retrieve to call it up in any other process too (as opposed to only the process you originally create it in, which is what happens if you don't store it).

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts

Answers

  • cmosesjrcmosesjr Member Posts: 6 Learner III

    Thanks Telcontar, That will work for me!

    cmoses

Sign In or Register to comment.