Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Series id support #342

Open
wants to merge 9 commits into
base: masterr
Choose a base branch
from
Open

Series id support #342

wants to merge 9 commits into from

Conversation

isaacmg
Copy link
Collaborator

@isaacmg isaacmg commented May 14, 2021

The goal of this PR is to accomplish three things

  • Support returning a series_id from the data-loader and the associated post-processing of data into models.
  • Allow random or ordered sampling of different series for a specific datetime.
  • Add support for multi-task data loader that allows the forecasting of many different locations or item codes all around the world

@isaacmg isaacmg linked an issue May 14, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

Merging #342 (9dc5ef0) into master (71886b1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #342   +/-   ##
=======================================
  Coverage   75.38%   75.38%           
=======================================
  Files          66       66           
  Lines        4537     4537           
=======================================
  Hits         3420     3420           
  Misses       1117     1117           
Flag Coverage Δ
python 75.38% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71886b1...9dc5ef0. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibility to specify a 'grouping id' and 'date' col for series
1 participant