The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Hi there, Is it possible to get two predictions simultaneously in RapidMiner?

ThamaliThamali Member Posts: 1 Learner I
I am doing a credit risk analysis and first I want to get whether that loan will be paid or not. Then if it not paid, I want to predict the percentage of that non-paid amount. I have attached a screenshot of the columns available in my dataset. Please assist me on this issue?

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi,

    most algorithms are not designed to predict simultaneously a class (classification, yes/no) and a number (regression). But you can easily create a process that does that in two steps, with two different models.

    Use Set Role during building the model to add the label role to the attribute you are predicting and a different role (e. g. other_label) to the attribute you're "hiding" from the current model. Then switch the roles for the second model building step.

    The question is if your data are good enough to predict the non-paid amount. Credit fails are (hopefully) rare in most data, so you might have only a few examples which might be too few for a good model.

    Regards,

    Balázs

Sign In or Register to comment.