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

[ENH] pytorch forecasting adapter with Global Forecasting API #6228

Merged
merged 92 commits into from
Jun 21, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    0278280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c52b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    4aaa022 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    7dd2a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    670f53c View commit details
    Browse the repository at this point in the history
  2. add dataset_params

    Xinyu-Wu-0000 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f68fb1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0ac35c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    473d606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17b02e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    861182a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    1e233bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd91f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef946ca View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    abefa3a View commit details
    Browse the repository at this point in the history
  2. fix output y name

    Xinyu-Wu-0000 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    1341b36 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. add comments

    Xinyu-Wu-0000 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f78e635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fb3c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    8ee461a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    f72fc41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4fce4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6525392 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3c43de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17ec882 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e7205 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    80e4005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec800bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4adf5b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5383bcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5de8f0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. test_pridect_signature

    Xinyu-Wu-0000 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    433acbc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    71f1477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9361b3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ada234 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix time index not integer error

    pytorch-forecasting requires time index column to be integer
    Xinyu-Wu-0000 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0824d27 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    922a6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e15bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f6dc57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d96e54e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    8cc520d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    ac9a211 View commit details
    Browse the repository at this point in the history
  2. big fix to support defferent input

    fix X is None (Nbeats model can not handle X)
    fix index names contain None
    fix column names are not str type
    fix just one timeseries
    fix y type is pd.series
    Xinyu-Wu-0000 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2769321 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into global_pytorch_forecasting

    solve conficts in pyproject.toml
    Xinyu-Wu-0000 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aeb0862 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    944f9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9097abf View commit details
    Browse the repository at this point in the history
  3. fix x is pd.Series

    Xinyu-Wu-0000 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e642e53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f5ceda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58f688f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    ec7d9c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e7e22a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    386e01b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix fh not continue

    Xinyu-Wu-0000 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0adadd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b55f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19e59e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac46a0 View commit details
    Browse the repository at this point in the history
  5. extend y and concat x

    Xinyu-Wu-0000 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4addd77 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. wordaround for max_prediction_length=1 problem in CI

    The bug happens when the model try to log the validation, therefor, setting log_val_interval to -1 could avoid the error in CI. However users will still encouter the error if they try to log validation with  max_prediction_length=1.
    Xinyu-Wu-0000 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3852184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07acbd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac25f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aec47d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2781a2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into global_pytorch_forecasting

    resolve conflics in pyproject.toml
    Xinyu-Wu-0000 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7511ed1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. add version constraint

    Xinyu-Wu-0000 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    df2303f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. clean fix

    Xinyu-Wu-0000 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    9d940e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca9709 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    ce39727 View commit details
    Browse the repository at this point in the history
  2. Update pytorchforecasting.py

    fkiraly committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7c8907d View commit details
    Browse the repository at this point in the history
  3. Update forecasting.rst

    Xinyu-Wu-0000 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    caa0b14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a332c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    b21a336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3c9c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a60a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    49978d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54530db View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    677ecdb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    3890cf8 View commit details
    Browse the repository at this point in the history
  2. improve CI test

    Xinyu-Wu-0000 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bdab849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed8476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6bfddd View commit details
    Browse the repository at this point in the history
  5. set tag dict explicitly

    Xinyu-Wu-0000 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c6728f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    87ba617 View commit details
    Browse the repository at this point in the history
  2. pd.Dataframe inner type

    Xinyu-Wu-0000 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d5ee476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3587590 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a7a36ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb5f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa20a44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49638af View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    59a4b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2ce8c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. random log dir in CI

    Xinyu-Wu-0000 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ab00927 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    10a59ac View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. is_all_out_of_sample

    Xinyu-Wu-0000 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    284cbae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbeaa56 View commit details
    Browse the repository at this point in the history