flow-forecast icon indicating copy to clipboard operation
flow-forecast copied to clipboard

Series id support

Open isaacmg opened this issue 3 years ago • 1 comments

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 avatar May 14 '21 18:05 isaacmg

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.

codecov[bot] avatar May 14 '21 18:05 codecov[bot]