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

Time #37

Merged
merged 50 commits into from
Feb 6, 2024
Merged

Time #37

merged 50 commits into from
Feb 6, 2024

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    d96c39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05bfd57 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    fd2b06d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b57c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d911fc View commit details
    Browse the repository at this point in the history
  4. Time series regression runs without exceptions, but detected segments…

    … look wrong. All other tests pass.
    EgorKraevTransferwise committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    316c61e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. First working-ish version of time series-aware Wise Pizza.

    Basic test passes, all old tests pass.
    EgorKraevTransferwise committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    22c4563 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Update __init__.py

    AlxdrPolyakov committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a9fc54f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge branch 'main' of https://github.com/transferwise/wise-pizza int…

    …o time
    
    # Conflicts:
    #	wise_pizza/explain.py
    EgorKraevTransferwise committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5772636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0661e3d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    27146b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'time' of https://github.com/transferwise/wise-pizza int…

    …o time
    
    # Conflicts:
    #	wise_pizza/__init__.py
    EgorKraevTransferwise committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c5a33db View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    249184e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f8de41 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    22074e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60db71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b709785 View commit details
    Browse the repository at this point in the history
  4. more refactor

    EgorKraevTransferwise committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    602cacb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    d755e6a View commit details
    Browse the repository at this point in the history
  2. Legend fix

    EgorKraevTransferwise committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5cc9abd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c69690 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc6512 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eec9fd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

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

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. Kinda working cut of fitting weights in rescaled space.

    Impacts of segments still broken
    EgorKraevTransferwise committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f6f1f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff4b55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd84b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    37a81fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65fdec8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Pre-forecasting snapshot; fitting both weights and avgs works, fittin…

    …g only weights fails mysteriously
    EgorKraevTransferwise committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    43b06b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f645911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a014ac0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1290fe View commit details
    Browse the repository at this point in the history
  5. Minor refactors on the way to plotting predictions. Fits both with an…

    …d without fitting weights run fine.
    EgorKraevTransferwise committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    31281af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e1135d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed7748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    287d0d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46955fb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    625c6a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38742e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a7c33 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    70b0b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2cc8c2 View commit details
    Browse the repository at this point in the history