🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Create multi models

User: "Kuyu"
New Altair Community Member
Updated by Jocelyn
I want to create a multi-model by param, what I mean:

I have a country column, and I want to have a different model per country.
So, I want to have a model, that takes the country and applies the relevant model on it. (for the train and for the predict)  

What is the best way to do it? if there is away? 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @Kuyu

    I created a sample process for you. In this process, I used Titanic Training and Titanic Unlabelled datasets available in Rapidminer. The training dataset is for training and unlabelled data is for applying or testing. Similar to your case, I wanted to build a different model for different "Passenger Class". I looped based on "loop_value"  operator and used %{loop_value} macro to filter the data inside loop to create and test models. The output is a collection of Training data's cross-validation performance and labeled test dataset.

    I provided clear comments in the process for your understanding. Do let us know if you need any clarifications or if you ar looking for something else.

    To use this process in your rapidminer studio, just download this .rmp file attached and then go to studio and click on FILE --> Import Process and navigate it to this downloaded .rmp file.