Skip to content

Hardcoded frequency in PytorchForecastingTransform #106

Closed
4 tasks done
Mr-Geekman opened this issue Sep 28, 2021 · 1 comment 路 Fixed by #107
Closed
4 tasks done

Hardcoded frequency in PytorchForecastingTransform #106

Mr-Geekman opened this issue Sep 28, 2021 · 1 comment 路 Fixed by #107
Assignees
Labels
bug Something isn't working

Comments

@Mr-Geekman
Copy link
Contributor

馃悰 Bug Report

How we have this line in PytorchForecastingTransform.fit:

ts = TSDataset(df, "1d")

The problem is that this df can have any frequency.

Expected behavior

Frequency is calculated instead of hardcoding using pd.infer_freq.

How To Reproduce

Use not daily dataset with neural models.

Environment

No response

Additional context

No response

Checklist

  • Bug appears at the latest library version
  • Bug description added
  • Steps to reproduce added
  • Expected behavior added
@Mr-Geekman Mr-Geekman added the bug Something isn't working label Sep 28, 2021
@Mr-Geekman Mr-Geekman self-assigned this Sep 28, 2021
@martins0n
Copy link
Contributor

Method transform has the same issue 邪dditionaly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants