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

Prediction in CSV Data

Gopal_DesaiGopal_Desai Member Posts: 12 Learner II
Hello everyone,

I hope you all are doing well, I have CSV Data and It contains Hundreds of thousands of rows and we get 5 Values for each raw, as you can see in Photo.

I Would like to predict column "Kraft_maximum_wert_schnitt_3", "Kraft_maximum_wert_schnitt_4" and "Kraft_maximum_wert_schnitt_5" From Columns "Kraft_maximum_wert_schnitt_1" and "Kraft_maximum_wert_schnitt_2".
I get only Value for "Kraft_maximum_wert_schnitt_1" and "Kraft_maximum_wert_schnitt_2" then rapidminer automatically predict another 3 columns.
If anyone knows Solutions, it would be really helpful.
Thank you in advance.

Best Regards,
Gopal

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted
    This is pretty straightforward, but you won't be able to do it in a single model.  What you will do is generate 3 separate models, one to predict column 3, then to predict column 4, and finally to predict column 5. In RapidMiner you set the column you want to predict as the "label" (one at a time) and then use column 1 and column 2 as the input attributes for each model.  
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts

Answers

Sign In or Register to comment.