Forecasting is always a challenge with seasonality and trends, we have developed a framework which uses Hadoop to R to forecast time-series data. It is scalable and easily work for BigData. We have used ARIMA, ETS, Dynamic regression models and Neural network models.
My problem is I dont know better way to combine the results. There are few thoughts
1. Use AIC, MAPE to combine results
2. Use ensemble methods
3. Genetic Algorithms ( doesnt it even work) ?