Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vedit 1.29 KB | None | 0 0
  1. OPTIMIZING ENSEMBLE FORECAST USING SPARK
  2.  
  3. PROJECT GOAL :
  4.     Ensemble forecast model uses a combination of different forecasting algorithms to predict demand for a product and uses an ensemble of these values to come up with a prediction. The goal of this project is to use Data platform for signals and use Spark for executing Ensemble forecast models.
  5.  
  6.  
  7. TASKS
  8.                             TASK                               STATUS               COMMENTS
  9.  
  10.     DATA PIPELINE TASKS:
  11.  
  12.         Creating bigfoot fact table for sales,orders           done                 retail_ip__dfp_sales_signals_fact
  13.         Creating bigfoot fact table for pageviews              done                 retail_ip__dfp_product_fsn_pvs_fact (Full Year data for pvs)
  14.         Creating bigfoot fact table for offers,prices          Already present      retail_ip__dfp_offers_fact,retail_ip__dfp_orders_fact
  15.         Fetch Sample data to use in forecasting algorithms     done
  16.         Sample Spark Job                                       not done             to be done after all forecasting algos are implemented
  17.         Missing Pageviews Treatment                            Working on it        missing page views ,replaced by average of fsn from other dates.
  18.         Bulk Order Normaliziation                              To do               
  19.  
  20.     FORECASTING ALGORITHMS:
  21.        
  22.         Arima                                                  done                 used spark-timeseries library
  23.         Croston                                                done                 Implemented the algorithm in Scala.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement