Input variale

rjkoeman
rjkoeman New Altair Community Member
edited November 2024 in Community Q&A
I have a table x,y and z. X and y are numerical and z (a, b of c). Depending on x and y you get a z. Suppoost I use this table in Rapid Miner and learn. Now I have a know x and y. How put it in Rapid Miner and get the output of z from Rapid Miner?

Answers

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

    I would suggest you watch these getting started videos. They go over model building and scoring, which is what you're trying to do here.

     

    https://rapidminer.com/training/videos/

     

     

  • Telcontar120
    Telcontar120 New Altair Community Member

    Of course, if the function to generate z directly from x and y is known, then this can be done simply using a Generate Attributes operator, which supports most common mathematical functions.  Otherwise, as @Thomas_Ott said, you are going to have to delve into the world of predictive modeling.