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

Optimisation of historical forecast for regression models #1885

Merged
merged 50 commits into from
Aug 1, 2023

Commits on May 30, 2023

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

Commits on May 31, 2023

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

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    d47ff70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed475a View commit details
    Browse the repository at this point in the history
  3. fix: improved support for stride > 1and forecast_horizon > 1, still s…

    …ome issues for some scenario, lack of generalization
    madtoinou committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7231bab View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    a319d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76263f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4896fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e64e962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    147e1f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix: simplified if/else

    madtoinou committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    307c0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a1e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d8ea99 View commit details
    Browse the repository at this point in the history
  4. fix: improved type hinting

    madtoinou committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2fd1971 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    9af8539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a372bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd0a8f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix: bug in forecastable index, pos/neg aspect of future lags was not…

    … properly handled, start of past covariates was not shifted
    madtoinou committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b2a5185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d5b7b View commit details
    Browse the repository at this point in the history
  3. fix: remove duplicated code

    madtoinou committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    685417d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c309a44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f0236 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a544128 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    9e479b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935a426 View commit details
    Browse the repository at this point in the history
  3. feat: created a utils module dedicated to historical forecast, addres…

    …sed some review comments
    madtoinou committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c8e74e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5d936e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    dff4652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84748ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97aa91e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78b97da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09959a5 View commit details
    Browse the repository at this point in the history
  6. merge with master

    madtoinou committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    be7dd88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a45588 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    b4b21a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce3b00f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e7211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ddb537 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refactor/hist_fc_regression' of https://github.com/unit…

    …8co/darts into refactor/hist_fc_regression
    madtoinou committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cd0078d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e277d80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572721b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0edd779 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c98d48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    102178d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. reduce testing time

    dennisbader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ce508ea View commit details
    Browse the repository at this point in the history