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

All modified and coverable lines are covered by tests ✅

Project coverage is 75.38%. Comparing base (71886b1) to head (9dc5ef0).
Report is 417 commits behind head on masterr.

Additional details and impacted files
@@           Coverage Diff            @@
##           masterr     #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.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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