How to train a prophet multivariate model to forecast the demand (passenger traffic) in Airplanes?

Please find how to train a prophet multivariate model to forecast the demand below:

Workflow

  • In Prophet, the node selects date columns in the ds columns block and target value i.e. Y in the Y block.

  • We can use the default parameter or if needed we can change it according to requirement.

  • In the Future prediction node, we can identify the number of periods we want to predict.

  • Define frequency Daily, Monthly as D, and M as date type we used model training so this node will create a series of future dates accordingly.

  • Mark history as true or false, true means prediction will happen on past data, and false means prediction will be for the future.

    Prophet Node Configuration