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

Rapid Miner Linear Regression

hannah_3012hannah_3012 Member Posts: 2 Learner I
Dear all, 

we used the attached data to do a linear regression.  
The question is: 

1.   Predict, how many cases start during the next 5 days after the last case started?


The result of my linear regression is 3.5, but I am not sure if I did a mistake. 


Can you please help me? 


I used the following operators. I filterd the activity (=register request)


Best Answer

  • yyhuangyyhuang Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientist
    edited May 2021 Solution Accepted
    If you are forecasting the number of cases in the next five days, you need to transform the running examples into time series. You will record the number of cases started in each day. You can also aggregate the running examples at the case level, with the attributes like starting timestamp, ending timestamp, ... for each case. No model would be a good fit at the level of this running example.

Answers

Sign In or Register to comment.