sktime / sktime/pytorch-forecasting
Question about time_idx ?
Open
Nobody has claimed this yet.
question
- Dominant language
- Python
- Stars
- 5k
- Forks
- 912
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 12
Description
For example:
when i train, the datetime is from 2021-05-01 to 2021-05-15, so the time_idx is [0, 1, 2, ... , 13, 14] ;
but when i do some predect, the datetime is from 2021-05-16 to 2021-05-20, so the question is : the predect dataset time_idx should be [0, 1, 2, 3, 4] or [15, 16, 17, 18, 19] ?
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.
Research direction
No file, test, or entry point is named. Start by locating the documentation or dataset-preparation guidance for time_idx, then clarify which indexing convention applies to prediction data and record the answer in the relevant documentation or issue thread.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- data, machine-learning
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100