[Question] How to incorporate static data to forecast?
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
I wonder is it possible to incorporate static data into the prediction?
Right now, I'm creating a model to predict the number of people that come to
the park. The park is closing every Wednesday, so The number of people coming
should be zero on that day. I want the predict function gives the same output as
zero on Wednesday, is that possible?
Any help would be appreciated, Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.