sktime / sktime/pytorch-forecasting

Question about time_idx ?

Open
#554 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.