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.

Selecting Subprocess based on data type

jeganathanvelujeganathanvelu Member Posts: 17 Contributor II
edited November 2018 in Help
Hi All,

I am trying to automate process performance baselines  (quality control charts such as np chart,S chart, c chart , etc..) using Rapid miner and R plugin. For that I need to select a sub process based on the data types (meta data types such as nominal, binominal, numeric, etc)  and then execute a pre-configured sub process. Basically I am looking at a conidtional flow based on data types in the input

Any guidance on how i can do this ? Is there anyway i can configure a decision based on data type from within the process flow ?

Thanks in Advance,
Jegan.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist
    Hi,

    Select attributes can filter on value_type. Then you should be able to build something in combination with a Branch with minimal attributes conditions.

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • jeganathanvelujeganathanvelu Member Posts: 17 Contributor II
    Yes that works  ;D Thanks Marin.
Sign In or Register to comment.