Skip to content

How to train a model across multiple datasets to predict sales at many stores? #535

Discussion options

You must be logged in to vote

Answer to: "Does NeuralProphet support multiple series datasets?"

@tszumowski

Yes

If you are referring to 'global modelling' aka shared model weights across all stores.
The feature is not well documented yet, but should become clearer end of week. (See answer in #531)

No

If you are looking to do 'VAR' - explicitly correlating all stores and all products (likely not what you plan to do).

Yes

If you are looking for a way to regress one store's product sales onto the same or another stores product sales.

Here's what I would do:

  1. Create 3 dataset collections, with one product as the target series each.
    Within each collection, create one dataset for each store.
  • Add the store's other two item…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #502 on February 09, 2022 01:17.