PRODUCT
INTEGRATIONS
SOLUTIONS
RESOURCES
COMPANY
Ignite Discussions : Ask Questions, Find Answers, Share Expertise about Sparkflows
Please help me out.
Hey Chris,
Please find how to train a prophet multivariate model to forecast the demand below :
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.
Thank you.
Hey Chris,
Please find how to train a prophet multivariate model to forecast the demand below :
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.
Thank you.