data window
Open
@ksaur is already working on this.
Since Sep 3, 2024.
documentation
- Dominant language
- Python
- Stars
- 12
- Forks
- 11
- Avg merge
- 7d 23h
- Merged PRs (30d)
- 3
Description
We need to document and provide an example of the data that is passed to the run function. If the user has configured it to enable predictions, there will be data from the forecaster, rather than just actual data in the csv files they provide. We need:
- an example showing the data window with and without the prediction
- tests verifying that the forecasted data is working as expected
- documentation showing how the user can change the forecast
This is closely realted to #9, but focuses more generally on the data window.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.