Predicting ticket sales for events #687
cummins070
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
A few questions I would really appreciate some guidance on!
I am trying to forecast ticket sales for conferences. We run a major conference each year. I have daily ticket sales for 2 previous years. We sell tickets 1 year in advance, e.g. once the conference is over for 2021, ticket sales start for 2022 the next day.
Typically we see a exponential increase in ticket sales as we get closer to the event (people like to leave it to the last minute to buy tickets!)
We have a few major factors that influence sales:
I'm wondering how best to set this up with neural prophet? I'm assuming I would want to have the following in my dataframe:
-The ticket price on the given date
Is there anything else I should be considering? I've used prophet previously, but on a much simpler forecasting task and I'm certainly still very green. Just trying to figure out the best approach and factoring in as many major variables as possible!
Many thanks :)
Beta Was this translation helpful? Give feedback.
All reactions