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

Upgrade the testmode pipeline script to just pipeline script -- Do not merge #445

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    0fd303c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6a4a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac21878 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-truthdata-ouput' into 406-consider-moving-from-broa…

    …dcasting-to-weekly-to-daily-increments-in-underlying-latent-processes
    SamuelBrand1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5704a7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    843bbf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc8d716 View commit details
    Browse the repository at this point in the history
  7. Create changelog.md

    SamuelBrand1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c74b525 View commit details
    Browse the repository at this point in the history
  8. reformat

    SamuelBrand1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7fbe16d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. change filename

    SamuelBrand1 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    390090e View commit details
    Browse the repository at this point in the history
  2. Update simulate.jl

    SamuelBrand1 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7d54d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6f3d18 View commit details
    Browse the repository at this point in the history
  4. tighten typing

    SamuelBrand1 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    98e7a6c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

    SamuelBrand1 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fabb335 View commit details
    Browse the repository at this point in the history
  3. fix constructor

    SamuelBrand1 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    60526a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1e0b74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc712e9 View commit details
    Browse the repository at this point in the history
  6. remove old scripts

    SamuelBrand1 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    913dcc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Fix y_t type

    SamuelBrand1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6c939a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b5bd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7069b03 View commit details
    Browse the repository at this point in the history
  4. Merge branch '404-upgrade-the-testmode-pipeline-script-to-just-pipeli…

    …ne-script' into 433-forecast-function-in-pipeline-is-broken-after-move-to-turing-033
    SamuelBrand1 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    2ee8e49 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    863eb3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1755377 View commit details
    Browse the repository at this point in the history
  3. Merge branch '433-forecast-function-in-pipeline-is-broken-after-move-…

    …to-turing-033' into 404-upgrade-the-testmode-pipeline-script-to-just-pipeline-script
    SamuelBrand1 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e5c0857 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. reformat

    SamuelBrand1 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5562326 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. interim commit

    SamuelBrand1 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b625dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775f75b View commit details
    Browse the repository at this point in the history
  3. tidy up tests

    SamuelBrand1 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d046932 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. basic plots to Makie

    SamuelBrand1 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5943a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bfdf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update runtests.jl

    SamuelBrand1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7de189f View commit details
    Browse the repository at this point in the history
  2. reformat

    SamuelBrand1 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5d03fc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 455 plotting methods of prior predictive (#462)

    * add priorpredictive method to make_inference
    
    * Add pipeline priorpredictive boolean
    
    * reformat
    
    * remove inference_method kwarg because can be dispatched on
    
    * remove specialisation on forecast results
    
    add missing handling as well
    
    * move inference step into own function
    
    and give fail cover with error report
    
    * remove passing inference_method
    
    * add a latent model name to InferenceConfig
    
    * Util for setting up PI levels
    
    * prior pred plot
    
    * export prior_predictive_plot
    
    * remove dead end-to-end test
    
    in favour of direct test of prior_predictive_plot
    SamuelBrand1 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e4951b4 View commit details
    Browse the repository at this point in the history