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

Form new beliefs given some model #50

Merged
merged 73 commits into from
Oct 21, 2022
Merged

Form new beliefs given some model #50

merged 73 commits into from
Oct 21, 2022

Commits on Jun 24, 2019

  1. added generate function

    topteulen committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    3c4a603 View commit details
    Browse the repository at this point in the history
  2. Update generate.py

    charlottekaandorp authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    50f9692 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Create ridgeline plot

    nreints authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    65d0d8c View commit details
    Browse the repository at this point in the history
  2. Add example plots ridgeline

    nreints authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    eaaa631 View commit details
    Browse the repository at this point in the history
  3. add ridgeline examples

    nreints authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0716527 View commit details
    Browse the repository at this point in the history
  4. add titles

    nreints authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    a98b694 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a890813 View commit details
    Browse the repository at this point in the history
  6. fixed merge

    topteulen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    ed059ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae298fe View commit details
    Browse the repository at this point in the history
  8. code cleanup and commenting

    topteulen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    11cbe3d View commit details
    Browse the repository at this point in the history
  9. fixed typo's

    topteulen authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    ab5641b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

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

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    9930f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73f135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eac447 View commit details
    Browse the repository at this point in the history
  4. fixed typo

    charlottekaandorp authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6305850 View commit details
    Browse the repository at this point in the history
  5. fix lables

    nreints authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6c05424 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    c7a2aea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from topteulen/ridgeline

    Ridgeline
    topteulen authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    188f3dd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    e4d3b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80be12 View commit details
    Browse the repository at this point in the history
  3. New plots

    nreints authored Jun 30, 2019
    Configuration menu
    Copy the full SHA
    02bc770 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Ridgeline (#9)

    * added generate function
    
    * Update generate.py
    
    * Create ridgeline plot
    
    * Add example plots ridgeline
    
    * add ridgeline examples
    
    * add titles
    
    * added plotting function and cleaned up code
    
    * added plotting and cleaned up code
    
    * code cleanup and commenting
    
    * fixed typo's
    
    * update + error messages
    
    * updated error messages
    
    * Copied ridgeline README documentation
    
    * Added ridgeline README files
    
    * Added generate documentation
    
    * fixed typo
    
    * fix labels
    topteulen authored and Flix6x committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    162fea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311d24b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Added timer for logging tests.

    Flix6x committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e120b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd11c2 View commit details
    Browse the repository at this point in the history
  3. Significant speed improvement.

    Flix6x committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3185fe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    485555e View commit details
    Browse the repository at this point in the history
  2. Set default ridgeline overlap.

    Distinguish how mean and median averages are calculated.
    Allow additional distribution parameters to be set.
    Flix6x committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    aed6c56 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

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

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    0f7dac6 View commit details
    Browse the repository at this point in the history
  2. Tests for interpolating.

    Flix6x committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    7782729 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. merge

    Flix6x committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c2d0103 View commit details
    Browse the repository at this point in the history
  2. merge

    Flix6x committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8e69203 View commit details
    Browse the repository at this point in the history
  3. Merge master into generate.

    Flix6x committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fa6071c View commit details
    Browse the repository at this point in the history
  4. Black.

    Flix6x committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c8796d7 View commit details
    Browse the repository at this point in the history
  5. Flake8.

    Flix6x committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    01f1452 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a77a2e7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    9043f88 View commit details
    Browse the repository at this point in the history
  2. Resolve circular import

    Flix6x committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e80bc65 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

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

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    47b524d View commit details
    Browse the repository at this point in the history
  2. Add todo

    Flix6x committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    effd9e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1b734f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2bea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0423c90 View commit details
    Browse the repository at this point in the history
  6. Allow passing forecaster=None

    Flix6x committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0008bc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    302850c View commit details
    Browse the repository at this point in the history
  8. Update comment

    Flix6x committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    cf9c6ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2af6dad View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Flix6x committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    526a23f View commit details
    Browse the repository at this point in the history
  11. isort

    Flix6x committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    bbe54f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Constrain scipy version

    Flix6x committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    77f367d View commit details
    Browse the repository at this point in the history
  2. constrain numpy version

    Flix6x committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    02ac9a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    536da70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25bd634 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into generate

    # Conflicts:
    #	setup.py
    Flix6x committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4e69db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3f5b8b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Test original data is unaffected by operation, and remove redundant c…

    …opy statement now that we explicitly test for input being unaffected
    Flix6x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    622ff67 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Add docstring

    Flix6x committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    87d0add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d82d498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b508cf View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Not an inplace operation

    Flix6x committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b718dcf View commit details
    Browse the repository at this point in the history
  2. Test concatenation case

    Flix6x committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    64d9f2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f99f71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e63fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b62ab13 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Prepare for pandas>=1.4

    Flix6x committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1aba492 View commit details
    Browse the repository at this point in the history
  2. Support forming NaN beliefs on empty frames and on frames that don't …

    …contain any records prior to belief_time
    Flix6x committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b430756 View commit details
    Browse the repository at this point in the history
  3. Expand docstring

    Flix6x committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    28ce5f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge branch 'main' into generate

    # Conflicts:
    #	timely_beliefs/beliefs/utils.py
    Flix6x committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    be07de9 View commit details
    Browse the repository at this point in the history
  2. isort

    Flix6x committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b13ac80 View commit details
    Browse the repository at this point in the history