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
It is possible to train multiple file at once using same learning algorithm?
muhd_ikram
Member Posts: 4 Learner III
in Help
Hi,
Let say I have 10 days excel data in separate file, everything inside the file is same such as column name and their data type. Only each value(rows) and number of rows may different.
To save time, it is possible to run all this file with 1 click?
Thanks.
Let say I have 10 days excel data in separate file, everything inside the file is same such as column name and their data type. Only each value(rows) and number of rows may different.
To save time, it is possible to run all this file with 1 click?
Thanks.
0
Best Answers
-
MarlaBot Employee-RapidMiner, Member Posts: 57 Community ManagerHi @muhd_ikram - this is MarlaBot. I found these great videos on our RapidMiner Academy that you may find helpful:
MarlaBot5 -
Papad Member Posts: 68 GuruHi @muhd_ikram
You can use "Loop Files" operator. You have to include all files you want from parameters and then connect this operator with the rest of the flow you've made. What is going to happen is that every time your flow will run for each of your files and give the same number of results.
Hope it helps,
Jim.
2 -
varunm1 Member Posts: 1,207 UnicornHello @muhd_ikram
Based on your post, if all the files are in same format with same attribute names (column names), you use loop files with a read operator inside loop files (read csv or read xls based on your file format) then connect the loop files operator to "append" operator and then you can create the rest of modeling process.
If the files are named with a naming convention its fine but if they are not I recommend you name them file_01, file_02,.. file_10, this will help loop files read in sequence.
Note: append operator work only if your attribute names are same.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
2 -
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornYou don't even need the append, if you want to run the model on each file separately. If they really are all the same, then you can just do everything inside the Loop Files and output the collection of model results.7
Answers
Can you provide your XML code from XML window (View --> Show Panel --> XML)? Based on how you created the process, we can inform you how to combine all the results. You can post here based on the following screenshot.
Thanks
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing