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

Feat/local and global models in EnsembleModel #1745

Merged
merged 24 commits into from
May 26, 2023

Commits on May 4, 2023

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

Commits on May 5, 2023

  1. feat: EnsembleModel accepts a mixture of local and global models for …

    …single ts training/inference only. If provided, the covariates are passed only to the models supporting them (individually)
    madtoinou committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9dc9001 View commit details
    Browse the repository at this point in the history
  2. feat: updated unittests

    madtoinou committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7467a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca18ca View commit details
    Browse the repository at this point in the history
  4. doc: updated changelog

    madtoinou committed May 5, 2023
    Configuration menu
    Copy the full SHA
    838b40c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 15, 2023

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

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. feat: logger info when all the models in the ensemble do not support …

    …the same covariates, to make the behavior more transparent
    madtoinou committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5035cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7fa8e4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Apply suggestions from code review

    Co-authored-by: Dennis Bader <dennis.bader@gmx.ch>
    madtoinou and dennisbader committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e48e754 View commit details
    Browse the repository at this point in the history
  2. fix: made the covariates handling in ensemble model more transparent,…

    … added tests for covariates support in ensemble models
    madtoinou committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ce6606b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/local-and-global-ensemble' of https://github.com/u…

    …nit8co/darts into feat/local-and-global-ensemble
    madtoinou committed May 22, 2023
    Configuration menu
    Copy the full SHA
    62397ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe80f65 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    9011104 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    dennisbader committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a0cf04e View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    dennisbader committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0423418 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

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

Commits on May 24, 2023

  1. Apply suggestions from code review

    Co-authored-by: Dennis Bader <dennis.bader@gmx.ch>
    madtoinou and dennisbader committed May 24, 2023
    Configuration menu
    Copy the full SHA
    29d39be View commit details
    Browse the repository at this point in the history
  2. fix: addressed reviewer comments, added show_warning arg to ensemble_…

    …model, support_*_covariates for RegressionModels rely on the lags attribute
    madtoinou committed May 24, 2023
    Configuration menu
    Copy the full SHA
    93a9cd7 View commit details
    Browse the repository at this point in the history
  3. fix typo

    madtoinou committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d4a5370 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ee5ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33fd7c5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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