Find more posts tagged with
Sort by:
1 - 4 of
41
Hi @Marco2021
General answer is no, you cannot export a model outside RapidMiner this way. You can only deploy a model in RapidMiner itself or using AI Hub.
With Python, you can use operator to execute Python script within RapidMiner, but not the other way around.
Probably one exception here are linear models (like regression) which basically have coefficients as an output, so you can re-create it manually outside RM, but I guess this is not what you want for your purposes.
General answer is no, you cannot export a model outside RapidMiner this way. You can only deploy a model in RapidMiner itself or using AI Hub.
With Python, you can use operator to execute Python script within RapidMiner, but not the other way around.
Probably one exception here are linear models (like regression) which basically have coefficients as an output, so you can re-create it manually outside RM, but I guess this is not what you want for your purposes.
The most close solution for your case, if I understood you correctly, can be time series analytics and prediction.
RapidMiner provides Time Series modelling capabilities which contain different algorithms for predicting time series data, such as financial or market prices data.
You may start from this videos to understand the concept of time series in RapidMiner: https://academy.rapidminer.com/learn/course/time-series-analytics/