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
Extrapolation algorithms in RapidMiner
Do we have a way in Rapidminer to perform extrapolation on a dataset to matchup a known value? Alternatively, does anyone have a sample extrapolation script using Rcode, that I can integrate in RM?
Tagged:
0
Answers
What specific extrapolation algorithms are you looking for? If you have R code, you can use it in RapidMiner but inserting it into the R Script operator. Just download this extension: https://marketplace.rapidminer.com/UpdateServer/faces/product_details.xhtml?productId=rmx_r_scripting
Basically I have a system (A) captures entire/total system load and system (B) only captures 80% of system load, but has very granular data. We wanted to forecast based on system (B) and perform extrapolation to see if we can match up to system (A) (total load). As such was curious to see how and which operator within RM will help achive this extrapolation.
For specific extrapolation algos, I would use an external python or R library. Or use Groovy Script to write your own inside RapidMiner.