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
ARIMA - impossible to work with generated forecast from Arima
dear Community,
I did a revenue forecast using the Arima model, before this and to have stationary data, I use the operator logarithm, I obtained the forecast from Arima operator followed by "apply forecast", my next step was to generate an attribute using the function "exp" (exponentiel) however I cannot see the select any attribute except the date ?
I can see that the attribute is appearing in the results under a new column of data combining historical revenue and forecasted revenue under the name "Revenue and forecast" but impossible to select this attribute.
can you help me pleae ?
I did a revenue forecast using the Arima model, before this and to have stationary data, I use the operator logarithm, I obtained the forecast from Arima operator followed by "apply forecast", my next step was to generate an attribute using the function "exp" (exponentiel) however I cannot see the select any attribute except the date ?
I can see that the attribute is appearing in the results under a new column of data combining historical revenue and forecasted revenue under the name "Revenue and forecast" but impossible to select this attribute.
can you help me pleae ?
Tagged:
0
Best Answers
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,can't you just use Generate Attributes and use exp([Revenue and Forecast]) there?BR,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0 -
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistThere seems to be some issue with the meta data here. Can you share to process so @David_A and I can check?Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Dortmund, Germany
yes I have the result where I can see
- the revenue for past period (test data)
- the forcasted revenue in a separate column for the horizons required
- the sum of original revenue + the forecasted data under a third column named : Revenue and Forecast
problem is that the data are logarithm, I need to use the operator : generate attribute with « exp » to have the exponential value and the real revenue. However I cannot find this attribute in the process design as if not existing.
thanks in advance
- generate attribute connected as next step is mot allowing me to select this new attribute in the formula
- and if I just write the formula as suggested (matching perfectly the name) i have an error message : potential problem « the attribute Revenue and forecast is unknown » - I launched the proces and this is now working thank you !!!
now I am dupplicating the process by country, activity and obtain results for each tab (having 6 countries and 6 business line and in it 3 activity - i am ending with 6*6*3 = 108 tabs of results)
or shall I explore a kind of loop process, allowing the process to do it activity by activity and country by country ?