Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Data
.. autoclass:: deepdiagnostics.data.H5Data
:members:

.. autoclass:: deepdiagnostics.data.H5HierarchyData
:members:

.. autoclass:: deepdiagnostics.data.PickleData
:members:

Expand Down
3 changes: 3 additions & 0 deletions docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Models

.. autoclass:: deepdiagnostics.models.SBIModel
:members:

.. autoclass:: deepdiagnostics.models.HierarchyModel
:members:
9 changes: 9 additions & 0 deletions docs/source/plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ Plots
.. autoclass:: deepdiagnostics.plots.CDFRanks
:members: plot

.. autoclass:: deepdiagnostics.plots.HierarchyCDFRanks
:members: plot

.. autoclass:: deepdiagnostics.plots.Ranks
:members: plot

.. autoclass:: deepdiagnostics.plots.HierarchyRanks
:members: plot

.. autoclass:: deepdiagnostics.plots.CoverageFraction
:members: plot

Expand All @@ -30,4 +36,7 @@ Plots
.. autoclass:: deepdiagnostics.plots.Parity
:members: plot

.. autoclass:: deepdiagnostics.plots.HierarchyParity
:members: plot

.. bibliography::
765 changes: 762 additions & 3 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ matplotlib = "^3.8.3"
tarp = "^0.1.1"
deprecation = "^2.1.0"
scipy = "^1.15.0"
einops = "^0.8.1"
lightning = "^2.5.4"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.2"
Expand Down
Binary file not shown.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to not directly include this whole bit of source code? It feels a little dishonest bc it is Rachel's code and not our's. Does she have a repo with it somewhere we can pull from?

Empty file.
Loading
Loading