1

Looking to build a supply chain model.

This would include weather data, shipping data, supply and demand levels.

Ultimate goal is to predict price using such a model.

Any ideas on how to develop something like this, any sample code, any previous examples from GitHub?

Much appreciated.

  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Jun 30 '22 at 23:13

1 Answers1

0

Supply chain modeling requires a good simulator.

You can use existing software like anyLogistix but you might be limited if you want to use other features such as the weather or the stock markets.

That's why a good option is to use simulators like supplychainpy or simpy, together with machine learning algorithms such as Random Forest to connect multiple features together and make interesting simulations and predictions like demand forecasting or network optimization.

Nicolas Martin
  • 4,674
  • 1
  • 6
  • 15