Your forecast plugin looks great, but the flow takes all values as a single timeseries. Is it possible to specify a column to partition the data on? It would be nice to train and predict forecast models for multiple entities in one go.
Hey,
Thanks for your interest in this recent plugin release.
If you want run the recipes to get multiple forecasting models per category (e.g. per product or store), you will need partitioning. That requires to have all datasets partitioned by 1 dimension for the category, using the discrete dimension feature in Dataiku. If the input data is not partitioned, you can use a Sync recipe to repartition it, as explained in this article.
Hope it helps,
Alex
thanks for this plugin. I am also interested to see some example on how to work with partitions and your plugin
Hi,
We are working on a public example of a forecasting project with partitions. It will be published this month on https://gallery.dataiku.com/home/.
In the meantime, this video offers a good introduction to partitioning in DSS: https://www.youtube.com/watch?v=yULLxeqx3gI
Cheers,
Alex Combessie