Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Add diagnostic visualization tools #1631

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2022

  1. Add diagnostic visualization tools

    This commit adds the feature to run diagnostic tools using ArviZ and
    Bokeh in a Jupyter environment.
    
    - Added a `tools` sub-package in the `diagnostics` package. This new
      sub-package adds the following files, each for a specific tool that
      runs ArviZ model diagnostics.
    
      - autocorrelation
      - effective_sample_size
      - marginal1d
      - marginal2d
      - trace
    
    - The listed tools above also have two corresponding files, one for
      types and the other for methods used in the tool.
    
    Resolves #1490
    ndmlny-qs committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    168794f View commit details
    Browse the repository at this point in the history
  2. Revert typing

    ndmlny-qs committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f71b069 View commit details
    Browse the repository at this point in the history
  3. Add copyright notice

    ndmlny-qs committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    58799d6 View commit details
    Browse the repository at this point in the history
  4. Fix linting errors

    ndmlny-qs committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    51c1719 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    421fe45 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    17e95b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4aa71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb40e3 View commit details
    Browse the repository at this point in the history