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

New abstractions for rolling-window forecasters. #127

Merged
merged 19 commits into from
Oct 19, 2022

Commits on Oct 18, 2022

  1. rollingwindow and autoregressor wip

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5aa2a68 View commit details
    Browse the repository at this point in the history
  2. fix autogression rolling

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1e4daeb View commit details
    Browse the repository at this point in the history
  3. pass tests

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b956675 View commit details
    Browse the repository at this point in the history
  4. remove a redundant file

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4a8e8f6 View commit details
    Browse the repository at this point in the history
  5. update docstrings

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4ea2eb7 View commit details
    Browse the repository at this point in the history
  6. remove autoregression_utils

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0c717df View commit details
    Browse the repository at this point in the history
  7. update rolling window

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2dbab07 View commit details
    Browse the repository at this point in the history
  8. fix a minor

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e6f9d13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6f51fa View commit details
    Browse the repository at this point in the history
  10. change

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8337fe4 View commit details
    Browse the repository at this point in the history
  11. change2

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5b821b1 View commit details
    Browse the repository at this point in the history
  12. change3

    Emerald01 authored and aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    69d4025 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b48829 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9aa9bd View commit details
    Browse the repository at this point in the history
  15. Add TODOs

    aadyotb committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    869f174 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    6543321 View commit details
    Browse the repository at this point in the history
  2. Modify deep detectors to use new dataset class.

    This also allows us to delete torch_utils.
    aadyotb committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6dcacf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5cc619 View commit details
    Browse the repository at this point in the history
  4. Remove unused functions.

    aadyotb committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3dfaa25 View commit details
    Browse the repository at this point in the history