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
"create a loop with rapidMiner"
hello,i want to use polynomial regression so as to predict the amount of products sales,whene i use it,it gives me one formula to calculate the predictive amount for all products,but the problem is that i have lot off products so logicaly it has to give me for each product his suitbale formula,so,after lot of search i found that i have to create a loop with rapidMiner that it will iterate the produts and give them the formula for each product but i don't know how to create it and make relation with products,,can you help me please?
Tagged:
0
Answers
to help you, we would need to know the format of your data. Please describe which columns and attributes you have, or give a small example. The link in my signature provides further advice on which information to include in a question.
Best regards,
Marius
I hope this process is what you want: Best,
Václav
best regards.
next to Process tab in rapidminer (it is above place, where you put operators) is XML tab. You can place there the code and then click on green check mark to apply changes.
Best,
Václav
thank you.
Filter Examples operator) in each iteration. Than X-Validation creates model and calculate performance. This two objects are stored in repository.
What you have to do:
Set properly Read Excel operator.
Set the attribute in the Loop Attributes according to name of the attribute which handles product name. Now it is set to attributePRODUCTname.
Same as in the Loop Attributes set parameter string in the Filter Examples to right attribute name.
Best,
Václav
so, to set the Read excel operation, as i understood from what you said is that i must change
the properties in the xml file such:to change name="Read Excel" by name="the name of my excel file".!
no, when you paste the XML code and click on the apply button, you can switch back to the Process tab and edit there settings using GUI.
Best,
Václav
you can upload your image on some free image hosting like http://postimage.org/. And then put the link here. I think it is better for other users. But if you want, I can send you my email via private message.
Best,
Václav
so i tried what you said to me and i tried to add polynomia regression but it doesn't work